HSL(239, 75%, 85%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(239,75%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(239, 75%, 85%) | color: hsl(239, 75%, 85%) | |
| HEX | #BCBDF5 | color: #BCBDF5 | |
| RGB | rgb(188, 189, 245) | color: rgb(188, 189, 245) | |
| CMYK | cmyk(23%, 23%, 0%, 4%) | — | |
| HSV | hsv(239, 23%, 96%) | — | |
| HWB | hwb(239 74% 4%) | color: hwb(239 74% 4%) | |
| OKLCH | oklch(0.8169 0.0785 283.72) | color: oklch(0.8169 0.0785 283.72) | |
| Lab | lab(78.27 11.35 -27.77) | color: lab(78.27 11.35 -27.77) | |
| LCH | lch(78.27 30 292.23) | color: lch(78.27 30 292.23) |
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)
#BCBCE7 — rgb(188, 188, 231)
Deuteranopia (Green-blind)
#BCBCE4 — rgb(188, 188, 228)
Tritanopia (Blue-blind)
#BCDDDA — rgb(188, 221, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(239, 75%, 85%);
text
color: hsl(239, 75%, 85%);
border
border: 2px solid hsl(239, 75%, 85%);
gradient light
background: linear-gradient(to right, hsl(239, 75%, 100%), hsl(239, 75%, 85%));
gradient dark
background: linear-gradient(to right, hsl(239, 75%, 85%), hsl(239, 75%, 65%))
hex
background-color: #BCBDF5;
tailwind
bg-[hsl(239,75%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(239, 75%, 85%, 0.4);
css variable
--color-primary: hsl(239, 75%, 85%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(239, 75%, 85%)?
HEX: #BCBDF5 | RGB: rgb(188, 189, 245) | CMYK: 23%, 23%, 0%, 4% | HSV: 239°, 23%, 96%. Copy any format from the conversion table above.
What colors go well with #BCBDF5?
The complementary color is HSL(59, 75%, 85%). For a triadic harmony, use hues 239°, 359°, and 119°. For analogous combinations, try hues 209° and 269°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(239, 75%, 85%) in CSS?
As HSL: color: hsl(239, 75%, 85%); — As HEX: color: #BCBDF5; — As RGB: color: rgb(188, 189, 245); — Tailwind CSS: bg-[hsl(239,75%,85%)] — CSS variable: --color-primary: hsl(239, 75%, 85%);