HSL(250, 42%, 69%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(250,42%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(250, 42%, 69%) | color: hsl(250, 42%, 69%) | |
| HEX | #9A8FD1 | color: #9A8FD1 | |
| RGB | rgb(154, 143, 209) | color: rgb(154, 143, 209) | |
| CMYK | cmyk(26%, 32%, 0%, 18%) | — | |
| HSV | hsv(250, 32%, 82%) | — | |
| HWB | hwb(250 56% 18%) | color: hwb(250 56% 18%) | |
| OKLCH | oklch(0.6847 0.0965 291.27) | color: oklch(0.6847 0.0965 291.27) | |
| Lab | lab(62.61 18.38 -32.43) | color: lab(62.61 18.38 -32.43) | |
| LCH | lch(62.61 37.28 299.54) | color: lch(62.61 37.28 299.54) |
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)
#9595C1 — rgb(149, 149, 193)
Deuteranopia (Green-blind)
#9697BD — rgb(150, 151, 189)
Tritanopia (Blue-blind)
#99B4B2 — rgb(153, 180, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(250, 42%, 69%);
text
color: hsl(250, 42%, 69%);
border
border: 2px solid hsl(250, 42%, 69%);
gradient light
background: linear-gradient(to right, hsl(250, 42%, 89%), hsl(250, 42%, 69%));
gradient dark
background: linear-gradient(to right, hsl(250, 42%, 69%), hsl(250, 42%, 49%))
hex
background-color: #9A8FD1;
tailwind
bg-[hsl(250,42%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(250, 42%, 69%, 0.4);
css variable
--color-primary: hsl(250, 42%, 69%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(250, 42%, 69%)?
HEX: #9A8FD1 | RGB: rgb(154, 143, 209) | CMYK: 26%, 32%, 0%, 18% | HSV: 250°, 32%, 82%. Copy any format from the conversion table above.
What colors go well with #9A8FD1?
The complementary color is HSL(70, 42%, 69%). 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, 42%, 69%) in CSS?
As HSL: color: hsl(250, 42%, 69%); — As HEX: color: #9A8FD1; — As RGB: color: rgb(154, 143, 209); — Tailwind CSS: bg-[hsl(250,42%,69%)] — CSS variable: --color-primary: hsl(250, 42%, 69%);