HSL(225, 90%, 85%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(225,90%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(225, 90%, 85%) | color: hsl(225, 90%, 85%) | |
| HEX | #B6C8FB | color: #B6C8FB | |
| RGB | rgb(182, 200, 251) | color: rgb(182, 200, 251) | |
| CMYK | cmyk(27%, 20%, 0%, 2%) | — | |
| HSV | hsv(224, 27%, 98%) | — | |
| HWB | hwb(224 72% 2%) | color: hwb(224 72% 2%) | |
| OKLCH | oklch(0.8367 0.0744 269.6) | color: oklch(0.8367 0.0744 269.6) | |
| Lab | lab(80.86 5.02 -27.06) | color: lab(80.86 5.02 -27.06) | |
| LCH | lch(80.86 27.52 280.51) | color: lch(80.86 27.52 280.51) |
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)
#BEBEEF — rgb(190, 190, 239)
Deuteranopia (Green-blind)
#BDBBEC — rgb(189, 187, 236)
Tritanopia (Blue-blind)
#B7E5E3 — rgb(183, 229, 227)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(225, 90%, 85%);
text
color: hsl(225, 90%, 85%);
border
border: 2px solid hsl(225, 90%, 85%);
gradient light
background: linear-gradient(to right, hsl(225, 90%, 100%), hsl(225, 90%, 85%));
gradient dark
background: linear-gradient(to right, hsl(225, 90%, 85%), hsl(225, 90%, 65%))
hex
background-color: #B6C8FB;
tailwind
bg-[hsl(225,90%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(225, 90%, 85%, 0.4);
css variable
--color-primary: hsl(225, 90%, 85%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(225, 90%, 85%)?
HEX: #B6C8FB | RGB: rgb(182, 200, 251) | CMYK: 27%, 20%, 0%, 2% | HSV: 224°, 27%, 98%. Copy any format from the conversion table above.
What colors go well with #B6C8FB?
The complementary color is HSL(45, 90%, 85%). For a triadic harmony, use hues 225°, 345°, and 105°. For analogous combinations, try hues 195° and 255°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(225, 90%, 85%) in CSS?
As HSL: color: hsl(225, 90%, 85%); — As HEX: color: #B6C8FB; — As RGB: color: rgb(182, 200, 251); — Tailwind CSS: bg-[hsl(225,90%,85%)] — CSS variable: --color-primary: hsl(225, 90%, 85%);