HSL(232, 34%, 81%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(232,34%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 34%, 81%) | color: hsl(232, 34%, 81%) | |
| HEX | #BEC2DF | color: #BEC2DF | |
| RGB | rgb(190, 194, 223) | color: rgb(190, 194, 223) | |
| CMYK | cmyk(15%, 13%, 0%, 13%) | — | |
| HSV | hsv(233, 15%, 87%) | — | |
| HWB | hwb(233 74% 13%) | color: hwb(233 74% 13%) | |
| OKLCH | oklch(0.8202 0.0408 279.24) | color: oklch(0.8202 0.0408 279.24) | |
| Lab | lab(78.96 4.41 -14.89) | color: lab(78.96 4.41 -14.89) | |
| LCH | lch(78.96 15.53 286.5) | color: lch(78.96 15.53 286.5) |
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)
#C0C0D8 — rgb(192, 192, 216)
Deuteranopia (Green-blind)
#C0BFD6 — rgb(192, 191, 214)
Tritanopia (Blue-blind)
#BED2D1 — rgb(190, 210, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 34%, 81%);
text
color: hsl(232, 34%, 81%);
border
border: 2px solid hsl(232, 34%, 81%);
gradient light
background: linear-gradient(to right, hsl(232, 34%, 100%), hsl(232, 34%, 81%));
gradient dark
background: linear-gradient(to right, hsl(232, 34%, 81%), hsl(232, 34%, 61%))
hex
background-color: #BEC2DF;
tailwind
bg-[hsl(232,34%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 34%, 81%, 0.4);
css variable
--color-primary: hsl(232, 34%, 81%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 34%, 81%)?
HEX: #BEC2DF | RGB: rgb(190, 194, 223) | CMYK: 15%, 13%, 0%, 13% | HSV: 233°, 15%, 87%. Copy any format from the conversion table above.
What colors go well with #BEC2DF?
The complementary color is HSL(52, 34%, 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, 34%, 81%) in CSS?
As HSL: color: hsl(232, 34%, 81%); — As HEX: color: #BEC2DF; — As RGB: color: rgb(190, 194, 223); — Tailwind CSS: bg-[hsl(232,34%,81%)] — CSS variable: --color-primary: hsl(232, 34%, 81%);