HSL(250, 30%, 64%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(250,30%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(250, 30%, 64%) | color: hsl(250, 30%, 64%) | |
| HEX | #9188BF | color: #9188BF | |
| RGB | rgb(145, 136, 191) | color: rgb(145, 136, 191) | |
| CMYK | cmyk(24%, 29%, 0%, 25%) | — | |
| HSV | hsv(250, 29%, 75%) | — | |
| HWB | hwb(250 53% 25%) | color: hwb(250 53% 25%) | |
| OKLCH | oklch(0.6553 0.0814 291.49) | color: oklch(0.6553 0.0814 291.49) | |
| Lab | lab(59.33 15.28 -27.43) | color: lab(59.33 15.28 -27.43) | |
| LCH | lch(59.33 31.4 299.12) | color: lch(59.33 31.4 299.12) |
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)
#8D8DB2 — rgb(141, 141, 178)
Deuteranopia (Green-blind)
#8E8EAF — rgb(142, 142, 175)
Tritanopia (Blue-blind)
#91A7A5 — rgb(145, 167, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(250, 30%, 64%);
text
color: hsl(250, 30%, 64%);
border
border: 2px solid hsl(250, 30%, 64%);
gradient light
background: linear-gradient(to right, hsl(250, 30%, 84%), hsl(250, 30%, 64%));
gradient dark
background: linear-gradient(to right, hsl(250, 30%, 64%), hsl(250, 30%, 44%))
hex
background-color: #9188BF;
tailwind
bg-[hsl(250,30%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(250, 30%, 64%, 0.4);
css variable
--color-primary: hsl(250, 30%, 64%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(250, 30%, 64%)?
HEX: #9188BF | RGB: rgb(145, 136, 191) | CMYK: 24%, 29%, 0%, 25% | HSV: 250°, 29%, 75%. Copy any format from the conversion table above.
What colors go well with #9188BF?
The complementary color is HSL(70, 30%, 64%). For a triadic harmony, use hues 250°, 10°, and 130°. For analogous combinations, try hues 220° and 280°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(250, 30%, 64%) in CSS?
As HSL: color: hsl(250, 30%, 64%); — As HEX: color: #9188BF; — As RGB: color: rgb(145, 136, 191); — Tailwind CSS: bg-[hsl(250,30%,64%)] — CSS variable: --color-primary: hsl(250, 30%, 64%);