HSL(228, 15%, 78%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(228,15%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(228, 15%, 78%) | color: hsl(228, 15%, 78%) | |
| HEX | #BEC2CF | color: #BEC2CF | |
| RGB | rgb(190, 194, 207) | color: rgb(190, 194, 207) | |
| CMYK | cmyk(8%, 6%, 0%, 19%) | — | |
| HSV | hsv(226, 8%, 81%) | — | |
| HWB | hwb(226 75% 19%) | color: hwb(226 75% 19%) | |
| OKLCH | oklch(0.8149 0.0187 272.27) | color: oklch(0.8149 0.0187 272.27) | |
| Lab | lab(78.48 1.13 -6.97) | color: lab(78.48 1.13 -6.97) | |
| LCH | lch(78.48 7.06 279.21) | color: lch(78.48 7.06 279.21) |
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)
#C0C0CC — rgb(192, 192, 204)
Deuteranopia (Green-blind)
#C0BFCB — rgb(192, 191, 203)
Tritanopia (Blue-blind)
#BEC9C9 — rgb(190, 201, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(228, 15%, 78%);
text
color: hsl(228, 15%, 78%);
border
border: 2px solid hsl(228, 15%, 78%);
gradient light
background: linear-gradient(to right, hsl(228, 15%, 98%), hsl(228, 15%, 78%));
gradient dark
background: linear-gradient(to right, hsl(228, 15%, 78%), hsl(228, 15%, 58%))
hex
background-color: #BEC2CF;
tailwind
bg-[hsl(228,15%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(228, 15%, 78%, 0.4);
css variable
--color-primary: hsl(228, 15%, 78%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(228, 15%, 78%)?
HEX: #BEC2CF | RGB: rgb(190, 194, 207) | CMYK: 8%, 6%, 0%, 19% | HSV: 226°, 8%, 81%. Copy any format from the conversion table above.
What colors go well with #BEC2CF?
The complementary color is HSL(48, 15%, 78%). For a triadic harmony, use hues 228°, 348°, and 108°. For analogous combinations, try hues 198° and 258°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(228, 15%, 78%) in CSS?
As HSL: color: hsl(228, 15%, 78%); — As HEX: color: #BEC2CF; — As RGB: color: rgb(190, 194, 207); — Tailwind CSS: bg-[hsl(228,15%,78%)] — CSS variable: --color-primary: hsl(228, 15%, 78%);