HSL(231, 71%, 85%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(231,71%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(231, 71%, 85%) | color: hsl(231, 71%, 85%) | |
| HEX | #BEC6F4 | color: #BEC6F4 | |
| RGB | rgb(190, 198, 244) | color: rgb(190, 198, 244) | |
| CMYK | cmyk(22%, 19%, 0%, 4%) | — | |
| HSV | hsv(231, 22%, 96%) | — | |
| HWB | hwb(231 75% 4%) | color: hwb(231 75% 4%) | |
| OKLCH | oklch(0.8358 0.065 277.18) | color: oklch(0.8358 0.065 277.18) | |
| Lab | lab(80.66 6.84 -23.57) | color: lab(80.66 6.84 -23.57) | |
| LCH | lch(80.66 24.54 286.18) | color: lch(80.66 24.54 286.18) |
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)
#C1C2E9 — rgb(193, 194, 233)
Deuteranopia (Green-blind)
#C1C0E6 — rgb(193, 192, 230)
Tritanopia (Blue-blind)
#BEE0DE — rgb(190, 224, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(231, 71%, 85%);
text
color: hsl(231, 71%, 85%);
border
border: 2px solid hsl(231, 71%, 85%);
gradient light
background: linear-gradient(to right, hsl(231, 71%, 100%), hsl(231, 71%, 85%));
gradient dark
background: linear-gradient(to right, hsl(231, 71%, 85%), hsl(231, 71%, 65%))
hex
background-color: #BEC6F4;
tailwind
bg-[hsl(231,71%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(231, 71%, 85%, 0.4);
css variable
--color-primary: hsl(231, 71%, 85%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(231, 71%, 85%)?
HEX: #BEC6F4 | RGB: rgb(190, 198, 244) | CMYK: 22%, 19%, 0%, 4% | HSV: 231°, 22%, 96%. Copy any format from the conversion table above.
What colors go well with #BEC6F4?
The complementary color is HSL(51, 71%, 85%). For a triadic harmony, use hues 231°, 351°, and 111°. For analogous combinations, try hues 201° and 261°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(231, 71%, 85%) in CSS?
As HSL: color: hsl(231, 71%, 85%); — As HEX: color: #BEC6F4; — As RGB: color: rgb(190, 198, 244); — Tailwind CSS: bg-[hsl(231,71%,85%)] — CSS variable: --color-primary: hsl(231, 71%, 85%);