HSL(204, 72%, 63%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(204,72%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(204, 72%, 63%) | color: hsl(204, 72%, 63%) | |
| HEX | #5DAEE5 | color: #5DAEE5 | |
| RGB | rgb(93, 174, 229) | color: rgb(93, 174, 229) | |
| CMYK | cmyk(59%, 24%, 0%, 10%) | — | |
| HSV | hsv(204, 59%, 90%) | — | |
| HWB | hwb(204 37% 10%) | color: hwb(204 37% 10%) | |
| OKLCH | oklch(0.7219 0.113 240.49) | color: oklch(0.7219 0.113 240.49) | |
| Lab | lab(68.21 -8.76 -35.07) | color: lab(68.21 -8.76 -35.07) | |
| LCH | lch(68.21 36.15 255.98) | color: lch(68.21 36.15 255.98) |
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)
#8081D8 — rgb(128, 129, 216)
Deuteranopia (Green-blind)
#7B75D5 — rgb(123, 117, 213)
Tritanopia (Blue-blind)
#61CDCB — rgb(97, 205, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(204, 72%, 63%);
text
color: hsl(204, 72%, 63%);
border
border: 2px solid hsl(204, 72%, 63%);
gradient light
background: linear-gradient(to right, hsl(204, 72%, 83%), hsl(204, 72%, 63%));
gradient dark
background: linear-gradient(to right, hsl(204, 72%, 63%), hsl(204, 72%, 43%))
hex
background-color: #5DAEE5;
tailwind
bg-[hsl(204,72%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(204, 72%, 63%, 0.4);
css variable
--color-primary: hsl(204, 72%, 63%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(204, 72%, 63%)?
HEX: #5DAEE5 | RGB: rgb(93, 174, 229) | CMYK: 59%, 24%, 0%, 10% | HSV: 204°, 59%, 90%. Copy any format from the conversion table above.
What colors go well with #5DAEE5?
The complementary color is HSL(24, 72%, 63%). 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, 72%, 63%) in CSS?
As HSL: color: hsl(204, 72%, 63%); — As HEX: color: #5DAEE5; — As RGB: color: rgb(93, 174, 229); — Tailwind CSS: bg-[hsl(204,72%,63%)] — CSS variable: --color-primary: hsl(204, 72%, 63%);