HSL(210, 80%, 60%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(210,80%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(210, 80%, 60%) | color: hsl(210, 80%, 60%) | |
| HEX | #4799EB | color: #4799EB | |
| RGB | rgb(71, 153, 235) | color: rgb(71, 153, 235) | |
| CMYK | cmyk(70%, 35%, 0%, 8%) | — | |
| HSV | hsv(210, 70%, 92%) | — | |
| HWB | hwb(210 28% 8%) | color: hwb(210 28% 8%) | |
| OKLCH | oklch(0.6697 0.1459 250.92) | color: oklch(0.6697 0.1459 250.92) | |
| Lab | lab(61.76 1.38 -48.54) | color: lab(61.76 1.38 -48.54) | |
| LCH | lch(61.76 48.56 271.63) | color: lch(61.76 48.56 271.63) |
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)
#6B6BD7 — rgb(107, 107, 215)
Deuteranopia (Green-blind)
#6660D2 — rgb(102, 96, 210)
Tritanopia (Blue-blind)
#4BC7C4 — rgb(75, 199, 196)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(210, 80%, 60%);
text
color: hsl(210, 80%, 60%);
border
border: 2px solid hsl(210, 80%, 60%);
gradient light
background: linear-gradient(to right, hsl(210, 80%, 80%), hsl(210, 80%, 60%));
gradient dark
background: linear-gradient(to right, hsl(210, 80%, 60%), hsl(210, 80%, 40%))
hex
background-color: #4799EB;
tailwind
bg-[hsl(210,80%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(210, 80%, 60%, 0.4);
css variable
--color-primary: hsl(210, 80%, 60%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(210, 80%, 60%)?
HEX: #4799EB | RGB: rgb(71, 153, 235) | CMYK: 70%, 35%, 0%, 8% | HSV: 210°, 70%, 92%. Copy any format from the conversion table above.
What colors go well with #4799EB?
The complementary color is HSL(30, 80%, 60%). For a triadic harmony, use hues 210°, 330°, and 90°. For analogous combinations, try hues 180° and 240°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(210, 80%, 60%) in CSS?
As HSL: color: hsl(210, 80%, 60%); — As HEX: color: #4799EB; — As RGB: color: rgb(71, 153, 235); — Tailwind CSS: bg-[hsl(210,80%,60%)] — CSS variable: --color-primary: hsl(210, 80%, 60%);