HSL(230, 19%, 67%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(230,19%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(230, 19%, 67%) | color: hsl(230, 19%, 67%) | |
| HEX | #9BA0BB | color: #9BA0BB | |
| RGB | rgb(155, 160, 187) | color: rgb(155, 160, 187) | |
| CMYK | cmyk(17%, 14%, 0%, 27%) | — | |
| HSV | hsv(231, 17%, 73%) | — | |
| HWB | hwb(231 61% 27%) | color: hwb(231 61% 27%) | |
| OKLCH | oklch(0.7108 0.0397 277.07) | color: oklch(0.7108 0.0397 277.07) | |
| Lab | lab(66.29 3.88 -14.5) | color: lab(66.29 3.88 -14.5) | |
| LCH | lch(66.29 15.01 284.98) | color: lch(66.29 15.01 284.98) |
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)
#9D9DB4 — rgb(157, 157, 180)
Deuteranopia (Green-blind)
#9D9DB3 — rgb(157, 157, 179)
Tritanopia (Blue-blind)
#9BAFAE — rgb(155, 175, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(230, 19%, 67%);
text
color: hsl(230, 19%, 67%);
border
border: 2px solid hsl(230, 19%, 67%);
gradient light
background: linear-gradient(to right, hsl(230, 19%, 87%), hsl(230, 19%, 67%));
gradient dark
background: linear-gradient(to right, hsl(230, 19%, 67%), hsl(230, 19%, 47%))
hex
background-color: #9BA0BB;
tailwind
bg-[hsl(230,19%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(230, 19%, 67%, 0.4);
css variable
--color-primary: hsl(230, 19%, 67%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(230, 19%, 67%)?
HEX: #9BA0BB | RGB: rgb(155, 160, 187) | CMYK: 17%, 14%, 0%, 27% | HSV: 231°, 17%, 73%. Copy any format from the conversion table above.
What colors go well with #9BA0BB?
The complementary color is HSL(50, 19%, 67%). 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, 19%, 67%) in CSS?
As HSL: color: hsl(230, 19%, 67%); — As HEX: color: #9BA0BB; — As RGB: color: rgb(155, 160, 187); — Tailwind CSS: bg-[hsl(230,19%,67%)] — CSS variable: --color-primary: hsl(230, 19%, 67%);