HSL(224, 48%, 74%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(224,48%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(224, 48%, 74%) | color: hsl(224, 48%, 74%) | |
| HEX | #9DAEDD | color: #9DAEDD | |
| RGB | rgb(157, 174, 221) | color: rgb(157, 174, 221) | |
| CMYK | cmyk(29%, 21%, 0%, 13%) | — | |
| HSV | hsv(224, 29%, 87%) | — | |
| HWB | hwb(224 62% 13%) | color: hwb(224 62% 13%) | |
| OKLCH | oklch(0.7544 0.0705 269.19) | color: oklch(0.7544 0.0705 269.19) | |
| Lab | lab(71.32 4.71 -25.61) | color: lab(71.32 4.71 -25.61) | |
| LCH | lch(71.32 26.04 280.42) | color: lch(71.32 26.04 280.42) |
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)
#A4A5D2 — rgb(164, 165, 210)
Deuteranopia (Green-blind)
#A3A2CF — rgb(163, 162, 207)
Tritanopia (Blue-blind)
#9EC9C7 — rgb(158, 201, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(224, 48%, 74%);
text
color: hsl(224, 48%, 74%);
border
border: 2px solid hsl(224, 48%, 74%);
gradient light
background: linear-gradient(to right, hsl(224, 48%, 94%), hsl(224, 48%, 74%));
gradient dark
background: linear-gradient(to right, hsl(224, 48%, 74%), hsl(224, 48%, 54%))
hex
background-color: #9DAEDD;
tailwind
bg-[hsl(224,48%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(224, 48%, 74%, 0.4);
css variable
--color-primary: hsl(224, 48%, 74%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(224, 48%, 74%)?
HEX: #9DAEDD | RGB: rgb(157, 174, 221) | CMYK: 29%, 21%, 0%, 13% | HSV: 224°, 29%, 87%. Copy any format from the conversion table above.
What colors go well with #9DAEDD?
The complementary color is HSL(44, 48%, 74%). For a triadic harmony, use hues 224°, 344°, and 104°. For analogous combinations, try hues 194° and 254°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(224, 48%, 74%) in CSS?
As HSL: color: hsl(224, 48%, 74%); — As HEX: color: #9DAEDD; — As RGB: color: rgb(157, 174, 221); — Tailwind CSS: bg-[hsl(224,48%,74%)] — CSS variable: --color-primary: hsl(224, 48%, 74%);