HSL(193, 71%, 52%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(193,71%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(193, 71%, 52%) | color: hsl(193, 71%, 52%) | |
| HEX | #2EB6DC | color: #2EB6DC | |
| RGB | rgb(46, 182, 220) | color: rgb(46, 182, 220) | |
| CMYK | cmyk(79%, 17%, 0%, 14%) | — | |
| HSV | hsv(193, 79%, 86%) | — | |
| HWB | hwb(193 18% 14%) | color: hwb(193 18% 14%) | |
| OKLCH | oklch(0.7226 0.1227 221.78) | color: oklch(0.7226 0.1227 221.78) | |
| Lab | lab(68.9 -22.62 -29.18) | color: lab(68.9 -22.62 -29.18) | |
| LCH | lch(68.9 36.92 232.22) | color: lch(68.9 36.92 232.22) |
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)
#696AD3 — rgb(105, 106, 211)
Deuteranopia (Green-blind)
#6157D1 — rgb(97, 87, 209)
Tritanopia (Blue-blind)
#35CCCA — rgb(53, 204, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(193, 71%, 52%);
text
color: hsl(193, 71%, 52%);
border
border: 2px solid hsl(193, 71%, 52%);
gradient light
background: linear-gradient(to right, hsl(193, 71%, 72%), hsl(193, 71%, 52%));
gradient dark
background: linear-gradient(to right, hsl(193, 71%, 52%), hsl(193, 71%, 32%))
hex
background-color: #2EB6DC;
tailwind
bg-[hsl(193,71%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(193, 71%, 52%, 0.4);
css variable
--color-primary: hsl(193, 71%, 52%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(193, 71%, 52%)?
HEX: #2EB6DC | RGB: rgb(46, 182, 220) | CMYK: 79%, 17%, 0%, 14% | HSV: 193°, 79%, 86%. Copy any format from the conversion table above.
What colors go well with #2EB6DC?
The complementary color is HSL(13, 71%, 52%). For a triadic harmony, use hues 193°, 313°, and 73°. For analogous combinations, try hues 163° and 223°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(193, 71%, 52%) in CSS?
As HSL: color: hsl(193, 71%, 52%); — As HEX: color: #2EB6DC; — As RGB: color: rgb(46, 182, 220); — Tailwind CSS: bg-[hsl(193,71%,52%)] — CSS variable: --color-primary: hsl(193, 71%, 52%);