HSL(204, 48%, 74%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(204,48%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(204, 48%, 74%) | color: hsl(204, 48%, 74%) | |
| HEX | #9DC3DD | color: #9DC3DD | |
| RGB | rgb(157, 195, 221) | color: rgb(157, 195, 221) | |
| CMYK | cmyk(29%, 12%, 0%, 13%) | — | |
| HSV | hsv(204, 29%, 87%) | — | |
| HWB | hwb(204 62% 13%) | color: hwb(204 62% 13%) | |
| OKLCH | oklch(0.7984 0.0549 238.27) | color: oklch(0.7984 0.0549 238.27) | |
| Lab | lab(76.93 -6.68 -17.08) | color: lab(76.93 -6.68 -17.08) | |
| LCH | lch(76.93 18.34 248.64) | color: lch(76.93 18.34 248.64) |
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)
#ADAED7 — rgb(173, 174, 215)
Deuteranopia (Green-blind)
#ABA8D5 — rgb(171, 168, 213)
Tritanopia (Blue-blind)
#9FD2D1 — rgb(159, 210, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(204, 48%, 74%);
text
color: hsl(204, 48%, 74%);
border
border: 2px solid hsl(204, 48%, 74%);
gradient light
background: linear-gradient(to right, hsl(204, 48%, 94%), hsl(204, 48%, 74%));
gradient dark
background: linear-gradient(to right, hsl(204, 48%, 74%), hsl(204, 48%, 54%))
hex
background-color: #9DC3DD;
tailwind
bg-[hsl(204,48%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(204, 48%, 74%, 0.4);
css variable
--color-primary: hsl(204, 48%, 74%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(204, 48%, 74%)?
HEX: #9DC3DD | RGB: rgb(157, 195, 221) | CMYK: 29%, 12%, 0%, 13% | HSV: 204°, 29%, 87%. Copy any format from the conversion table above.
What colors go well with #9DC3DD?
The complementary color is HSL(24, 48%, 74%). For a triadic harmony, use hues 204°, 324°, and 84°. For analogous combinations, try hues 174° and 234°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(204, 48%, 74%) in CSS?
As HSL: color: hsl(204, 48%, 74%); — As HEX: color: #9DC3DD; — As RGB: color: rgb(157, 195, 221); — Tailwind CSS: bg-[hsl(204,48%,74%)] — CSS variable: --color-primary: hsl(204, 48%, 74%);