HSL(204, 49%, 70%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(204,49%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(204, 49%, 70%) | color: hsl(204, 49%, 70%) | |
| HEX | #8DBAD8 | color: #8DBAD8 | |
| RGB | rgb(141, 186, 216) | color: rgb(141, 186, 216) | |
| CMYK | cmyk(35%, 14%, 0%, 15%) | — | |
| HSV | hsv(204, 35%, 85%) | — | |
| HWB | hwb(204 55% 15%) | color: hwb(204 55% 15%) | |
| OKLCH | oklch(0.7673 0.0644 237.88) | color: oklch(0.7673 0.0644 237.88) | |
| Lab | lab(73.37 -7.64 -19.85) | color: lab(73.37 -7.64 -19.85) | |
| LCH | lch(73.37 21.27 248.95) | color: lch(73.37 21.27 248.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)
#A0A1D1 — rgb(160, 161, 209)
Deuteranopia (Green-blind)
#9E9BCF — rgb(158, 155, 207)
Tritanopia (Blue-blind)
#8FCBCA — rgb(143, 203, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(204, 49%, 70%);
text
color: hsl(204, 49%, 70%);
border
border: 2px solid hsl(204, 49%, 70%);
gradient light
background: linear-gradient(to right, hsl(204, 49%, 90%), hsl(204, 49%, 70%));
gradient dark
background: linear-gradient(to right, hsl(204, 49%, 70%), hsl(204, 49%, 50%))
hex
background-color: #8DBAD8;
tailwind
bg-[hsl(204,49%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(204, 49%, 70%, 0.4);
css variable
--color-primary: hsl(204, 49%, 70%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(204, 49%, 70%)?
HEX: #8DBAD8 | RGB: rgb(141, 186, 216) | CMYK: 35%, 14%, 0%, 15% | HSV: 204°, 35%, 85%. Copy any format from the conversion table above.
What colors go well with #8DBAD8?
The complementary color is HSL(24, 49%, 70%). 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, 49%, 70%) in CSS?
As HSL: color: hsl(204, 49%, 70%); — As HEX: color: #8DBAD8; — As RGB: color: rgb(141, 186, 216); — Tailwind CSS: bg-[hsl(204,49%,70%)] — CSS variable: --color-primary: hsl(204, 49%, 70%);