HSL(211, 19%, 50%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(211,19%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 19%, 50%) | color: hsl(211, 19%, 50%) | |
| HEX | #677F98 | color: #677F98 | |
| RGB | rgb(103, 127, 152) | color: rgb(103, 127, 152) | |
| CMYK | cmyk(32%, 16%, 0%, 40%) | — | |
| HSV | hsv(211, 32%, 60%) | — | |
| HWB | hwb(211 41% 40%) | color: hwb(211 41% 40%) | |
| OKLCH | oklch(0.5869 0.0476 249.69) | color: oklch(0.5869 0.0476 249.69) | |
| Lab | lab(52.21 -2.42 -16.24) | color: lab(52.21 -2.42 -16.24) | |
| LCH | lch(52.21 16.42 261.52) | color: lch(52.21 16.42 261.52) |
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)
#717292 — rgb(113, 114, 146)
Deuteranopia (Green-blind)
#706E91 — rgb(112, 110, 145)
Tritanopia (Blue-blind)
#688D8C — rgb(104, 141, 140)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 19%, 50%);
text
color: hsl(211, 19%, 50%);
border
border: 2px solid hsl(211, 19%, 50%);
gradient light
background: linear-gradient(to right, hsl(211, 19%, 70%), hsl(211, 19%, 50%));
gradient dark
background: linear-gradient(to right, hsl(211, 19%, 50%), hsl(211, 19%, 30%))
hex
background-color: #677F98;
tailwind
bg-[hsl(211,19%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 19%, 50%, 0.4);
css variable
--color-primary: hsl(211, 19%, 50%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 19%, 50%)?
HEX: #677F98 | RGB: rgb(103, 127, 152) | CMYK: 32%, 16%, 0%, 40% | HSV: 211°, 32%, 60%. Copy any format from the conversion table above.
What colors go well with #677F98?
The complementary color is HSL(31, 19%, 50%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(211, 19%, 50%) in CSS?
As HSL: color: hsl(211, 19%, 50%); — As HEX: color: #677F98; — As RGB: color: rgb(103, 127, 152); — Tailwind CSS: bg-[hsl(211,19%,50%)] — CSS variable: --color-primary: hsl(211, 19%, 50%);