HSL(234, 20%, 77%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(234,20%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(234, 20%, 77%) | color: hsl(234, 20%, 77%) | |
| HEX | #B9BBD0 | color: #B9BBD0 | |
| RGB | rgb(185, 187, 208) | color: rgb(185, 187, 208) | |
| CMYK | cmyk(11%, 10%, 0%, 18%) | — | |
| HSV | hsv(235, 11%, 82%) | — | |
| HWB | hwb(235 73% 18%) | color: hwb(235 73% 18%) | |
| OKLCH | oklch(0.7971 0.0296 281.38) | color: oklch(0.7971 0.0296 281.38) | |
| Lab | lab(76.32 3.43 -10.77) | color: lab(76.32 3.43 -10.77) | |
| LCH | lch(76.32 11.3 287.67) | color: lch(76.32 11.3 287.67) |
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)
#BABACB — rgb(186, 186, 203)
Deuteranopia (Green-blind)
#BABACA — rgb(186, 186, 202)
Tritanopia (Blue-blind)
#B9C7C6 — rgb(185, 199, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(234, 20%, 77%);
text
color: hsl(234, 20%, 77%);
border
border: 2px solid hsl(234, 20%, 77%);
gradient light
background: linear-gradient(to right, hsl(234, 20%, 97%), hsl(234, 20%, 77%));
gradient dark
background: linear-gradient(to right, hsl(234, 20%, 77%), hsl(234, 20%, 57%))
hex
background-color: #B9BBD0;
tailwind
bg-[hsl(234,20%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(234, 20%, 77%, 0.4);
css variable
--color-primary: hsl(234, 20%, 77%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(234, 20%, 77%)?
HEX: #B9BBD0 | RGB: rgb(185, 187, 208) | CMYK: 11%, 10%, 0%, 18% | HSV: 235°, 11%, 82%. Copy any format from the conversion table above.
What colors go well with #B9BBD0?
The complementary color is HSL(54, 20%, 77%). For a triadic harmony, use hues 234°, 354°, and 114°. For analogous combinations, try hues 204° and 264°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(234, 20%, 77%) in CSS?
As HSL: color: hsl(234, 20%, 77%); — As HEX: color: #B9BBD0; — As RGB: color: rgb(185, 187, 208); — Tailwind CSS: bg-[hsl(234,20%,77%)] — CSS variable: --color-primary: hsl(234, 20%, 77%);