HSL(233, 48%, 74%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,48%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 48%, 74%) | color: hsl(233, 48%, 74%) | |
| HEX | #9DA4DD | color: #9DA4DD | |
| RGB | rgb(157, 164, 221) | color: rgb(157, 164, 221) | |
| CMYK | cmyk(29%, 26%, 0%, 13%) | — | |
| HSV | hsv(233, 29%, 87%) | — | |
| HWB | hwb(233 62% 13%) | color: hwb(233 62% 13%) | |
| OKLCH | oklch(0.734 0.0829 278.72) | color: oklch(0.734 0.0829 278.72) | |
| Lab | lab(68.71 10.29 -29.63) | color: lab(68.71 10.29 -29.63) | |
| LCH | lch(68.71 31.37 289.15) | color: lch(68.71 31.37 289.15) |
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)
#A0A0CF — rgb(160, 160, 207)
Deuteranopia (Green-blind)
#A09FCC — rgb(160, 159, 204)
Tritanopia (Blue-blind)
#9DC4C2 — rgb(157, 196, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 48%, 74%);
text
color: hsl(233, 48%, 74%);
border
border: 2px solid hsl(233, 48%, 74%);
gradient light
background: linear-gradient(to right, hsl(233, 48%, 94%), hsl(233, 48%, 74%));
gradient dark
background: linear-gradient(to right, hsl(233, 48%, 74%), hsl(233, 48%, 54%))
hex
background-color: #9DA4DD;
tailwind
bg-[hsl(233,48%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 48%, 74%, 0.4);
css variable
--color-primary: hsl(233, 48%, 74%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 48%, 74%)?
HEX: #9DA4DD | RGB: rgb(157, 164, 221) | CMYK: 29%, 26%, 0%, 13% | HSV: 233°, 29%, 87%. Copy any format from the conversion table above.
What colors go well with #9DA4DD?
The complementary color is HSL(53, 48%, 74%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 48%, 74%) in CSS?
As HSL: color: hsl(233, 48%, 74%); — As HEX: color: #9DA4DD; — As RGB: color: rgb(157, 164, 221); — Tailwind CSS: bg-[hsl(233,48%,74%)] — CSS variable: --color-primary: hsl(233, 48%, 74%);