HSL(200, 100%, 54%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(200,100%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(200, 100%, 54%) | color: hsl(200, 100%, 54%) | |
| HEX | #14B1FF | color: #14B1FF | |
| RGB | rgb(20, 177, 255) | color: rgb(20, 177, 255) | |
| CMYK | cmyk(92%, 31%, 0%, 0%) | — | |
| HSV | hsv(200, 92%, 100%) | — | |
| HWB | hwb(200 8% 0%) | color: hwb(200 8% 0%) | |
| OKLCH | oklch(0.7243 0.1608 239.41) | color: oklch(0.7243 0.1608 239.41) | |
| Lab | lab(68.61 -9.59 -48.71) | color: lab(68.61 -9.59 -48.71) | |
| LCH | lch(68.61 49.65 258.86) | color: lch(68.61 49.65 258.86) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#5859EC — rgb(88, 89, 236)
Deuteranopia (Green-blind)
#4F43E8 — rgb(79, 67, 232)
Tritanopia (Blue-blind)
#1CDDDA — rgb(28, 221, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(200, 100%, 54%);
text
color: hsl(200, 100%, 54%);
border
border: 2px solid hsl(200, 100%, 54%);
gradient light
background: linear-gradient(to right, hsl(200, 100%, 74%), hsl(200, 100%, 54%));
gradient dark
background: linear-gradient(to right, hsl(200, 100%, 54%), hsl(200, 100%, 34%))
hex
background-color: #14B1FF;
tailwind
bg-[hsl(200,100%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(200, 100%, 54%, 0.4);
css variable
--color-primary: hsl(200, 100%, 54%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(200, 100%, 54%)?
HEX: #14B1FF | RGB: rgb(20, 177, 255) | CMYK: 92%, 31%, 0%, 0% | HSV: 200°, 92%, 100%. Copy any format from the conversion table above.
What colors go well with #14B1FF?
The complementary color is HSL(20, 100%, 54%). For a triadic harmony, use hues 200°, 320°, and 80°. For analogous combinations, try hues 170° and 230°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(200, 100%, 54%) in CSS?
As HSL: color: hsl(200, 100%, 54%); — As HEX: color: #14B1FF; — As RGB: color: rgb(20, 177, 255); — Tailwind CSS: bg-[hsl(200,100%,54%)] — CSS variable: --color-primary: hsl(200, 100%, 54%);