HSL(230, 84%, 85%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(230,84%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(230, 84%, 85%) | color: hsl(230, 84%, 85%) | |
| HEX | #B9C3F9 | color: #B9C3F9 | |
| RGB | rgb(185, 195, 249) | color: rgb(185, 195, 249) | |
| CMYK | cmyk(26%, 22%, 0%, 2%) | — | |
| HSV | hsv(231, 26%, 98%) | — | |
| HWB | hwb(231 73% 2%) | color: hwb(231 73% 2%) | |
| OKLCH | oklch(0.8281 0.0767 276.43) | color: oklch(0.8281 0.0767 276.43) | |
| Lab | lab(79.72 8.12 -27.72) | color: lab(79.72 8.12 -27.72) | |
| LCH | lch(79.72 28.88 286.33) | color: lch(79.72 28.88 286.33) |
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)
#BDBDEC — rgb(189, 189, 236)
Deuteranopia (Green-blind)
#BDBCE9 — rgb(189, 188, 233)
Tritanopia (Blue-blind)
#BAE2DF — rgb(186, 226, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(230, 84%, 85%);
text
color: hsl(230, 84%, 85%);
border
border: 2px solid hsl(230, 84%, 85%);
gradient light
background: linear-gradient(to right, hsl(230, 84%, 100%), hsl(230, 84%, 85%));
gradient dark
background: linear-gradient(to right, hsl(230, 84%, 85%), hsl(230, 84%, 65%))
hex
background-color: #B9C3F9;
tailwind
bg-[hsl(230,84%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(230, 84%, 85%, 0.4);
css variable
--color-primary: hsl(230, 84%, 85%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(230, 84%, 85%)?
HEX: #B9C3F9 | RGB: rgb(185, 195, 249) | CMYK: 26%, 22%, 0%, 2% | HSV: 231°, 26%, 98%. Copy any format from the conversion table above.
What colors go well with #B9C3F9?
The complementary color is HSL(50, 84%, 85%). For a triadic harmony, use hues 230°, 350°, and 110°. For analogous combinations, try hues 200° and 260°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(230, 84%, 85%) in CSS?
As HSL: color: hsl(230, 84%, 85%); — As HEX: color: #B9C3F9; — As RGB: color: rgb(185, 195, 249); — Tailwind CSS: bg-[hsl(230,84%,85%)] — CSS variable: --color-primary: hsl(230, 84%, 85%);