HSL(232, 35%, 81%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(232,35%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 35%, 81%) | color: hsl(232, 35%, 81%) | |
| HEX | #BEC2E0 | color: #BEC2E0 | |
| RGB | rgb(190, 194, 224) | color: rgb(190, 194, 224) | |
| CMYK | cmyk(15%, 13%, 0%, 12%) | — | |
| HSV | hsv(233, 15%, 88%) | — | |
| HWB | hwb(233 75% 12%) | color: hwb(233 75% 12%) | |
| OKLCH | oklch(0.8206 0.0422 279.42) | color: oklch(0.8206 0.0422 279.42) | |
| Lab | lab(78.99 4.62 -15.38) | color: lab(78.99 4.62 -15.38) | |
| LCH | lch(78.99 16.06 286.72) | color: lch(78.99 16.06 286.72) |
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)
#C0C0D9 — rgb(192, 192, 217)
Deuteranopia (Green-blind)
#C0BFD7 — rgb(192, 191, 215)
Tritanopia (Blue-blind)
#BED3D2 — rgb(190, 211, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 35%, 81%);
text
color: hsl(232, 35%, 81%);
border
border: 2px solid hsl(232, 35%, 81%);
gradient light
background: linear-gradient(to right, hsl(232, 35%, 100%), hsl(232, 35%, 81%));
gradient dark
background: linear-gradient(to right, hsl(232, 35%, 81%), hsl(232, 35%, 61%))
hex
background-color: #BEC2E0;
tailwind
bg-[hsl(232,35%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 35%, 81%, 0.4);
css variable
--color-primary: hsl(232, 35%, 81%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 35%, 81%)?
HEX: #BEC2E0 | RGB: rgb(190, 194, 224) | CMYK: 15%, 13%, 0%, 12% | HSV: 233°, 15%, 88%. Copy any format from the conversion table above.
What colors go well with #BEC2E0?
The complementary color is HSL(52, 35%, 81%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 35%, 81%) in CSS?
As HSL: color: hsl(232, 35%, 81%); — As HEX: color: #BEC2E0; — As RGB: color: rgb(190, 194, 224); — Tailwind CSS: bg-[hsl(232,35%,81%)] — CSS variable: --color-primary: hsl(232, 35%, 81%);