HSL(230, 12%, 61%)
Grayish Blue — Blue color
Adjust Color
Color Information
Color Name
Grayish Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(230,12%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(230, 12%, 61%) | color: hsl(230, 12%, 61%) | |
| HEX | #9094A7 | color: #9094A7 | |
| RGB | rgb(144, 148, 167) | color: rgb(144, 148, 167) | |
| CMYK | cmyk(14%, 11%, 0%, 35%) | — | |
| HSV | hsv(230, 14%, 65%) | — | |
| HWB | hwb(230 56% 35%) | color: hwb(230 56% 35%) | |
| OKLCH | oklch(0.6696 0.0284 276.18) | color: oklch(0.6696 0.0284 276.18) | |
| Lab | lab(61.57 2.52 -10.44) | color: lab(61.57 2.52 -10.44) | |
| LCH | lch(61.57 10.74 283.57) | color: lch(61.57 10.74 283.57) |
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)
#9292A2 — rgb(146, 146, 162)
Deuteranopia (Green-blind)
#9291A1 — rgb(146, 145, 161)
Tritanopia (Blue-blind)
#909F9E — rgb(144, 159, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(230, 12%, 61%);
text
color: hsl(230, 12%, 61%);
border
border: 2px solid hsl(230, 12%, 61%);
gradient light
background: linear-gradient(to right, hsl(230, 12%, 81%), hsl(230, 12%, 61%));
gradient dark
background: linear-gradient(to right, hsl(230, 12%, 61%), hsl(230, 12%, 41%))
hex
background-color: #9094A7;
tailwind
bg-[hsl(230,12%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(230, 12%, 61%, 0.4);
css variable
--color-primary: hsl(230, 12%, 61%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(230, 12%, 61%)?
HEX: #9094A7 | RGB: rgb(144, 148, 167) | CMYK: 14%, 11%, 0%, 35% | HSV: 230°, 14%, 65%. Copy any format from the conversion table above.
What colors go well with #9094A7?
The complementary color is HSL(50, 12%, 61%). 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, 12%, 61%) in CSS?
As HSL: color: hsl(230, 12%, 61%); — As HEX: color: #9094A7; — As RGB: color: rgb(144, 148, 167); — Tailwind CSS: bg-[hsl(230,12%,61%)] — CSS variable: --color-primary: hsl(230, 12%, 61%);