HSL(211, 55%, 62%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,55%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 55%, 62%) | color: hsl(211, 55%, 62%) | |
| HEX | #699CD3 | color: #699CD3 | |
| RGB | rgb(105, 156, 211) | color: rgb(105, 156, 211) | |
| CMYK | cmyk(50%, 26%, 0%, 17%) | — | |
| HSV | hsv(211, 50%, 83%) | — | |
| HWB | hwb(211 42% 17%) | color: hwb(211 42% 17%) | |
| OKLCH | oklch(0.6791 0.0985 251.21) | color: oklch(0.6791 0.0985 251.21) | |
| Lab | lab(62.91 -1.73 -33.33) | color: lab(62.91 -1.73 -33.33) | |
| LCH | lch(62.91 33.37 267.03) | color: lch(62.91 33.37 267.03) |
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)
#7F80C6 — rgb(127, 128, 198)
Deuteranopia (Green-blind)
#7C78C3 — rgb(124, 120, 195)
Tritanopia (Blue-blind)
#6CBBB9 — rgb(108, 187, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 55%, 62%);
text
color: hsl(211, 55%, 62%);
border
border: 2px solid hsl(211, 55%, 62%);
gradient light
background: linear-gradient(to right, hsl(211, 55%, 82%), hsl(211, 55%, 62%));
gradient dark
background: linear-gradient(to right, hsl(211, 55%, 62%), hsl(211, 55%, 42%))
hex
background-color: #699CD3;
tailwind
bg-[hsl(211,55%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 55%, 62%, 0.4);
css variable
--color-primary: hsl(211, 55%, 62%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 55%, 62%)?
HEX: #699CD3 | RGB: rgb(105, 156, 211) | CMYK: 50%, 26%, 0%, 17% | HSV: 211°, 50%, 83%. Copy any format from the conversion table above.
What colors go well with #699CD3?
The complementary color is HSL(31, 55%, 62%). 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, 55%, 62%) in CSS?
As HSL: color: hsl(211, 55%, 62%); — As HEX: color: #699CD3; — As RGB: color: rgb(105, 156, 211); — Tailwind CSS: bg-[hsl(211,55%,62%)] — CSS variable: --color-primary: hsl(211, 55%, 62%);