HSL(238, 61%, 75%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(238,61%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(238, 61%, 75%) | color: hsl(238, 61%, 75%) | |
| HEX | #989BE6 | color: #989BE6 | |
| RGB | rgb(152, 155, 230) | color: rgb(152, 155, 230) | |
| CMYK | cmyk(34%, 33%, 0%, 10%) | — | |
| HSV | hsv(238, 34%, 90%) | — | |
| HWB | hwb(238 59% 10%) | color: hwb(238 59% 10%) | |
| OKLCH | oklch(0.7164 0.1087 281.52) | color: oklch(0.7164 0.1087 281.52) | |
| Lab | lab(66.39 16.26 -38.2) | color: lab(66.39 16.26 -38.2) | |
| LCH | lch(66.39 41.52 293.06) | color: lch(66.39 41.52 293.06) |
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)
#9999D4 — rgb(153, 153, 212)
Deuteranopia (Green-blind)
#9999D0 — rgb(153, 153, 208)
Tritanopia (Blue-blind)
#98C6C2 — rgb(152, 198, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(238, 61%, 75%);
text
color: hsl(238, 61%, 75%);
border
border: 2px solid hsl(238, 61%, 75%);
gradient light
background: linear-gradient(to right, hsl(238, 61%, 95%), hsl(238, 61%, 75%));
gradient dark
background: linear-gradient(to right, hsl(238, 61%, 75%), hsl(238, 61%, 55%))
hex
background-color: #989BE6;
tailwind
bg-[hsl(238,61%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(238, 61%, 75%, 0.4);
css variable
--color-primary: hsl(238, 61%, 75%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(238, 61%, 75%)?
HEX: #989BE6 | RGB: rgb(152, 155, 230) | CMYK: 34%, 33%, 0%, 10% | HSV: 238°, 34%, 90%. Copy any format from the conversion table above.
What colors go well with #989BE6?
The complementary color is HSL(58, 61%, 75%). For a triadic harmony, use hues 238°, 358°, and 118°. For analogous combinations, try hues 208° and 268°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(238, 61%, 75%) in CSS?
As HSL: color: hsl(238, 61%, 75%); — As HEX: color: #989BE6; — As RGB: color: rgb(152, 155, 230); — Tailwind CSS: bg-[hsl(238,61%,75%)] — CSS variable: --color-primary: hsl(238, 61%, 75%);