HSL(153, 68%, 67%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(153,68%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(153, 68%, 67%) | color: hsl(153, 68%, 67%) | |
| HEX | #72E4B1 | color: #72E4B1 | |
| RGB | rgb(114, 228, 177) | color: rgb(114, 228, 177) | |
| CMYK | cmyk(50%, 0%, 22%, 11%) | — | |
| HSV | hsv(153, 50%, 89%) | — | |
| HWB | hwb(153 45% 11%) | color: hwb(153 45% 11%) | |
| OKLCH | oklch(0.8381 0.1283 162.48) | color: oklch(0.8381 0.1283 162.48) | |
| Lab | lab(83.04 -44.2 15.08) | color: lab(83.04 -44.2 15.08) | |
| LCH | lch(83.04 46.7 161.16) | color: lch(83.04 46.7 161.16) |
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)
#A3A4BD — rgb(163, 164, 189)
Deuteranopia (Green-blind)
#9D94C0 — rgb(157, 148, 192)
Tritanopia (Blue-blind)
#78C7C9 — rgb(120, 199, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(153, 68%, 67%);
text
color: hsl(153, 68%, 67%);
border
border: 2px solid hsl(153, 68%, 67%);
gradient light
background: linear-gradient(to right, hsl(153, 68%, 87%), hsl(153, 68%, 67%));
gradient dark
background: linear-gradient(to right, hsl(153, 68%, 67%), hsl(153, 68%, 47%))
hex
background-color: #72E4B1;
tailwind
bg-[hsl(153,68%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(153, 68%, 67%, 0.4);
css variable
--color-primary: hsl(153, 68%, 67%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(153, 68%, 67%)?
HEX: #72E4B1 | RGB: rgb(114, 228, 177) | CMYK: 50%, 0%, 22%, 11% | HSV: 153°, 50%, 89%. Copy any format from the conversion table above.
What colors go well with #72E4B1?
The complementary color is HSL(333, 68%, 67%). For a triadic harmony, use hues 153°, 273°, and 33°. For analogous combinations, try hues 123° and 183°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(153, 68%, 67%) in CSS?
As HSL: color: hsl(153, 68%, 67%); — As HEX: color: #72E4B1; — As RGB: color: rgb(114, 228, 177); — Tailwind CSS: bg-[hsl(153,68%,67%)] — CSS variable: --color-primary: hsl(153, 68%, 67%);