HSL(199, 80%, 58%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(199,80%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(199, 80%, 58%) | color: hsl(199, 80%, 58%) | |
| HEX | #3EB3EA | color: #3EB3EA | |
| RGB | rgb(62, 179, 234) | color: rgb(62, 179, 234) | |
| CMYK | cmyk(74%, 24%, 0%, 8%) | — | |
| HSV | hsv(199, 74%, 92%) | — | |
| HWB | hwb(199 24% 8%) | color: hwb(199 24% 8%) | |
| OKLCH | oklch(0.7253 0.1292 233.28) | color: oklch(0.7253 0.1292 233.28) | |
| Lab | lab(68.9 -14.68 -36.81) | color: lab(68.9 -14.68 -36.81) | |
| LCH | lch(68.9 39.63 248.26) | color: lch(68.9 39.63 248.26) |
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)
#7172DD — rgb(113, 114, 221)
Deuteranopia (Green-blind)
#6A61DA — rgb(106, 97, 218)
Tritanopia (Blue-blind)
#44D2D0 — rgb(68, 210, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(199, 80%, 58%);
text
color: hsl(199, 80%, 58%);
border
border: 2px solid hsl(199, 80%, 58%);
gradient light
background: linear-gradient(to right, hsl(199, 80%, 78%), hsl(199, 80%, 58%));
gradient dark
background: linear-gradient(to right, hsl(199, 80%, 58%), hsl(199, 80%, 38%))
hex
background-color: #3EB3EA;
tailwind
bg-[hsl(199,80%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(199, 80%, 58%, 0.4);
css variable
--color-primary: hsl(199, 80%, 58%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(199, 80%, 58%)?
HEX: #3EB3EA | RGB: rgb(62, 179, 234) | CMYK: 74%, 24%, 0%, 8% | HSV: 199°, 74%, 92%. Copy any format from the conversion table above.
What colors go well with #3EB3EA?
The complementary color is HSL(19, 80%, 58%). For a triadic harmony, use hues 199°, 319°, and 79°. For analogous combinations, try hues 169° and 229°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(199, 80%, 58%) in CSS?
As HSL: color: hsl(199, 80%, 58%); — As HEX: color: #3EB3EA; — As RGB: color: rgb(62, 179, 234); — Tailwind CSS: bg-[hsl(199,80%,58%)] — CSS variable: --color-primary: hsl(199, 80%, 58%);