HSL(211, 99%, 71%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,99%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 99%, 71%) | color: hsl(211, 99%, 71%) | |
| HEX | #6CB3FE | color: #6CB3FE | |
| RGB | rgb(108, 179, 254) | color: rgb(108, 179, 254) | |
| CMYK | cmyk(57%, 30%, 0%, 0%) | — | |
| HSV | hsv(211, 57%, 100%) | — | |
| HWB | hwb(211 43% 0%) | color: hwb(211 43% 0%) | |
| OKLCH | oklch(0.7512 0.1305 251.14) | color: oklch(0.7512 0.1305 251.14) | |
| Lab | lab(71.27 -0.88 -43.84) | color: lab(71.27 -0.88 -43.84) | |
| LCH | lch(71.27 43.85 268.85) | color: lch(71.27 43.85 268.85) |
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)
#8B8BEC — rgb(139, 139, 236)
Deuteranopia (Green-blind)
#8781E8 — rgb(135, 129, 232)
Tritanopia (Blue-blind)
#70DEDA — rgb(112, 222, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 99%, 71%);
text
color: hsl(211, 99%, 71%);
border
border: 2px solid hsl(211, 99%, 71%);
gradient light
background: linear-gradient(to right, hsl(211, 99%, 91%), hsl(211, 99%, 71%));
gradient dark
background: linear-gradient(to right, hsl(211, 99%, 71%), hsl(211, 99%, 51%))
hex
background-color: #6CB3FE;
tailwind
bg-[hsl(211,99%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 99%, 71%, 0.4);
css variable
--color-primary: hsl(211, 99%, 71%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 99%, 71%)?
HEX: #6CB3FE | RGB: rgb(108, 179, 254) | CMYK: 57%, 30%, 0%, 0% | HSV: 211°, 57%, 100%. Copy any format from the conversion table above.
What colors go well with #6CB3FE?
The complementary color is HSL(31, 99%, 71%). 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, 99%, 71%) in CSS?
As HSL: color: hsl(211, 99%, 71%); — As HEX: color: #6CB3FE; — As RGB: color: rgb(108, 179, 254); — Tailwind CSS: bg-[hsl(211,99%,71%)] — CSS variable: --color-primary: hsl(211, 99%, 71%);