HSL(211, 84%, 61%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,84%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 84%, 61%) | color: hsl(211, 84%, 61%) | |
| HEX | #4899EF | color: #4899EF | |
| RGB | rgb(72, 153, 239) | color: rgb(72, 153, 239) | |
| CMYK | cmyk(70%, 36%, 0%, 6%) | — | |
| HSV | hsv(211, 70%, 94%) | — | |
| HWB | hwb(211 28% 6%) | color: hwb(211 28% 6%) | |
| OKLCH | oklch(0.6723 0.1505 252.18) | color: oklch(0.6723 0.1505 252.18) | |
| Lab | lab(61.99 2.9 -50.37) | color: lab(61.99 2.9 -50.37) | |
| LCH | lch(61.99 50.45 273.3) | color: lch(61.99 50.45 273.3) |
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)
#6B6CDA — rgb(107, 108, 218)
Deuteranopia (Green-blind)
#6660D5 — rgb(102, 96, 213)
Tritanopia (Blue-blind)
#4CCAC6 — rgb(76, 202, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 84%, 61%);
text
color: hsl(211, 84%, 61%);
border
border: 2px solid hsl(211, 84%, 61%);
gradient light
background: linear-gradient(to right, hsl(211, 84%, 81%), hsl(211, 84%, 61%));
gradient dark
background: linear-gradient(to right, hsl(211, 84%, 61%), hsl(211, 84%, 41%))
hex
background-color: #4899EF;
tailwind
bg-[hsl(211,84%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 84%, 61%, 0.4);
css variable
--color-primary: hsl(211, 84%, 61%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 84%, 61%)?
HEX: #4899EF | RGB: rgb(72, 153, 239) | CMYK: 70%, 36%, 0%, 6% | HSV: 211°, 70%, 94%. Copy any format from the conversion table above.
What colors go well with #4899EF?
The complementary color is HSL(31, 84%, 61%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(211, 84%, 61%) in CSS?
As HSL: color: hsl(211, 84%, 61%); — As HEX: color: #4899EF; — As RGB: color: rgb(72, 153, 239); — Tailwind CSS: bg-[hsl(211,84%,61%)] — CSS variable: --color-primary: hsl(211, 84%, 61%);