HSL(241, 63%, 76%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(241,63%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(241, 63%, 76%) | color: hsl(241, 63%, 76%) | |
| HEX | #9D9BE8 | color: #9D9BE8 | |
| RGB | rgb(157, 155, 232) | color: rgb(157, 155, 232) | |
| CMYK | cmyk(32%, 33%, 0%, 9%) | — | |
| HSV | hsv(242, 33%, 91%) | — | |
| HWB | hwb(242 61% 9%) | color: hwb(242 61% 9%) | |
| OKLCH | oklch(0.7212 0.111 284.44) | color: oklch(0.7212 0.111 284.44) | |
| Lab | lab(66.85 18.16 -38.55) | color: lab(66.85 18.16 -38.55) | |
| LCH | lch(66.85 42.61 295.22) | color: lch(66.85 42.61 295.22) |
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)
#9C9CD5 — rgb(156, 156, 213)
Deuteranopia (Green-blind)
#9C9CD1 — rgb(156, 156, 209)
Tritanopia (Blue-blind)
#9DC7C3 — rgb(157, 199, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(241, 63%, 76%);
text
color: hsl(241, 63%, 76%);
border
border: 2px solid hsl(241, 63%, 76%);
gradient light
background: linear-gradient(to right, hsl(241, 63%, 96%), hsl(241, 63%, 76%));
gradient dark
background: linear-gradient(to right, hsl(241, 63%, 76%), hsl(241, 63%, 56%))
hex
background-color: #9D9BE8;
tailwind
bg-[hsl(241,63%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(241, 63%, 76%, 0.4);
css variable
--color-primary: hsl(241, 63%, 76%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(241, 63%, 76%)?
HEX: #9D9BE8 | RGB: rgb(157, 155, 232) | CMYK: 32%, 33%, 0%, 9% | HSV: 242°, 33%, 91%. Copy any format from the conversion table above.
What colors go well with #9D9BE8?
The complementary color is HSL(61, 63%, 76%). For a triadic harmony, use hues 241°, 1°, and 121°. For analogous combinations, try hues 211° and 271°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(241, 63%, 76%) in CSS?
As HSL: color: hsl(241, 63%, 76%); — As HEX: color: #9D9BE8; — As RGB: color: rgb(157, 155, 232); — Tailwind CSS: bg-[hsl(241,63%,76%)] — CSS variable: --color-primary: hsl(241, 63%, 76%);