HSL(174, 60%, 53%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(174,60%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(174, 60%, 53%) | color: hsl(174, 60%, 53%) | |
| HEX | #3FCFC1 | color: #3FCFC1 | |
| RGB | rgb(63, 207, 193) | color: rgb(63, 207, 193) | |
| CMYK | cmyk(70%, 0%, 7%, 19%) | — | |
| HSV | hsv(174, 70%, 81%) | — | |
| HWB | hwb(174 24% 19%) | color: hwb(174 24% 19%) | |
| OKLCH | oklch(0.7763 0.1211 185.54) | color: oklch(0.7763 0.1211 185.54) | |
| Lab | lab(75.78 -40.72 -4.08) | color: lab(75.78 -40.72 -4.08) | |
| LCH | lch(75.78 40.92 185.72) | color: lch(75.78 40.92 185.72) |
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)
#7D7FC4 — rgb(125, 127, 196)
Deuteranopia (Green-blind)
#756AC5 — rgb(117, 106, 197)
Tritanopia (Blue-blind)
#46C7C8 — rgb(70, 199, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(174, 60%, 53%);
text
color: hsl(174, 60%, 53%);
border
border: 2px solid hsl(174, 60%, 53%);
gradient light
background: linear-gradient(to right, hsl(174, 60%, 73%), hsl(174, 60%, 53%));
gradient dark
background: linear-gradient(to right, hsl(174, 60%, 53%), hsl(174, 60%, 33%))
hex
background-color: #3FCFC1;
tailwind
bg-[hsl(174,60%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(174, 60%, 53%, 0.4);
css variable
--color-primary: hsl(174, 60%, 53%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(174, 60%, 53%)?
HEX: #3FCFC1 | RGB: rgb(63, 207, 193) | CMYK: 70%, 0%, 7%, 19% | HSV: 174°, 70%, 81%. Copy any format from the conversion table above.
What colors go well with #3FCFC1?
The complementary color is HSL(354, 60%, 53%). For a triadic harmony, use hues 174°, 294°, and 54°. For analogous combinations, try hues 144° and 204°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(174, 60%, 53%) in CSS?
As HSL: color: hsl(174, 60%, 53%); — As HEX: color: #3FCFC1; — As RGB: color: rgb(63, 207, 193); — Tailwind CSS: bg-[hsl(174,60%,53%)] — CSS variable: --color-primary: hsl(174, 60%, 53%);