HSL(214, 50%, 63%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(214,50%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(214, 50%, 63%) | color: hsl(214, 50%, 63%) | |
| HEX | #719AD0 | color: #719AD0 | |
| RGB | rgb(113, 154, 208) | color: rgb(113, 154, 208) | |
| CMYK | cmyk(46%, 26%, 0%, 18%) | — | |
| HSV | hsv(214, 46%, 82%) | — | |
| HWB | hwb(214 44% 18%) | color: hwb(214 44% 18%) | |
| OKLCH | oklch(0.6778 0.0923 255.58) | color: oklch(0.6778 0.0923 255.58) | |
| Lab | lab(62.65 0.45 -32.02) | color: lab(62.65 0.45 -32.02) | |
| LCH | lch(62.65 32.02 270.81) | color: lch(62.65 32.02 270.81) |
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)
#8383C3 — rgb(131, 131, 195)
Deuteranopia (Green-blind)
#807DC0 — rgb(128, 125, 192)
Tritanopia (Blue-blind)
#73B9B6 — rgb(115, 185, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(214, 50%, 63%);
text
color: hsl(214, 50%, 63%);
border
border: 2px solid hsl(214, 50%, 63%);
gradient light
background: linear-gradient(to right, hsl(214, 50%, 83%), hsl(214, 50%, 63%));
gradient dark
background: linear-gradient(to right, hsl(214, 50%, 63%), hsl(214, 50%, 43%))
hex
background-color: #719AD0;
tailwind
bg-[hsl(214,50%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(214, 50%, 63%, 0.4);
css variable
--color-primary: hsl(214, 50%, 63%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(214, 50%, 63%)?
HEX: #719AD0 | RGB: rgb(113, 154, 208) | CMYK: 46%, 26%, 0%, 18% | HSV: 214°, 46%, 82%. Copy any format from the conversion table above.
What colors go well with #719AD0?
The complementary color is HSL(34, 50%, 63%). For a triadic harmony, use hues 214°, 334°, and 94°. For analogous combinations, try hues 184° and 244°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(214, 50%, 63%) in CSS?
As HSL: color: hsl(214, 50%, 63%); — As HEX: color: #719AD0; — As RGB: color: rgb(113, 154, 208); — Tailwind CSS: bg-[hsl(214,50%,63%)] — CSS variable: --color-primary: hsl(214, 50%, 63%);