HSL(214, 48%, 74%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(214,48%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(214, 48%, 74%) | color: hsl(214, 48%, 74%) | |
| HEX | #9DB8DD | color: #9DB8DD | |
| RGB | rgb(157, 184, 221) | color: rgb(157, 184, 221) | |
| CMYK | cmyk(29%, 17%, 0%, 13%) | — | |
| HSV | hsv(215, 29%, 87%) | — | |
| HWB | hwb(215 62% 13%) | color: hwb(215 62% 13%) | |
| OKLCH | oklch(0.7752 0.0609 256.34) | color: oklch(0.7752 0.0609 256.34) | |
| Lab | lab(73.98 -0.77 -21.56) | color: lab(73.98 -0.77 -21.56) | |
| LCH | lch(73.98 21.57 267.95) | color: lch(73.98 21.57 267.95) |
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)
#A9A9D4 — rgb(169, 169, 212)
Deuteranopia (Green-blind)
#A7A5D2 — rgb(167, 165, 210)
Tritanopia (Blue-blind)
#9ECDCB — rgb(158, 205, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(214, 48%, 74%);
text
color: hsl(214, 48%, 74%);
border
border: 2px solid hsl(214, 48%, 74%);
gradient light
background: linear-gradient(to right, hsl(214, 48%, 94%), hsl(214, 48%, 74%));
gradient dark
background: linear-gradient(to right, hsl(214, 48%, 74%), hsl(214, 48%, 54%))
hex
background-color: #9DB8DD;
tailwind
bg-[hsl(214,48%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(214, 48%, 74%, 0.4);
css variable
--color-primary: hsl(214, 48%, 74%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(214, 48%, 74%)?
HEX: #9DB8DD | RGB: rgb(157, 184, 221) | CMYK: 29%, 17%, 0%, 13% | HSV: 215°, 29%, 87%. Copy any format from the conversion table above.
What colors go well with #9DB8DD?
The complementary color is HSL(34, 48%, 74%). For a triadic harmony, use hues 214°, 334°, and 94°. For analogous combinations, try hues 184° and 244°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(214, 48%, 74%) in CSS?
As HSL: color: hsl(214, 48%, 74%); — As HEX: color: #9DB8DD; — As RGB: color: rgb(157, 184, 221); — Tailwind CSS: bg-[hsl(214,48%,74%)] — CSS variable: --color-primary: hsl(214, 48%, 74%);