#72ecec
a light, electric cyan · cool · closest name: turquoise
RGB
114, 236, 236
HSL
180°, 76%, 69%
CMYK
52, 0, 0, 8
Luminance
0.6962
Every format
| HEX | #72ecec |
| RGB | rgb(114, 236, 236) |
| HSL | hsl(180, 76%, 69%) |
| CMYK | cmyk(52%, 0%, 0%, 8%) |
| LAB | lab(86.8 -34.0 -10.5) |
| LCH | lch(86.8 35.6 197.1) |
| OKLCH | oklch(0.874 0.110 195.3) |
Copy-ready code
/* CSS */
color: #72ecec;
background-color: #72ecec;
/* Tailwind (arbitrary) */
class="text-[#72ecec] bg-[#72ecec]"
/* SCSS */
$brand: #72ecec;
/* SwiftUI */
Color(red: 0.447, green: 0.925, blue: 0.925)
/* Android */
Color.parseColor("#72ecec")Accessibility — WCAG contrast
Aa
#72ecec on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72ecec on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green92.5%
Blue92.5%
CMYK percentages
Cyan51.7%
Magenta0.0%
Yellow0.0%
Key (black)7.5%
Color previews
#72ecec text on a black background
contrast 14.92:1
Card sample
#72ecec text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72ecec;
Background color
Panel with #72ecec background
background-color: #72ecec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72ecec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 236, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 236, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72ecec; background: linear-gradient(135deg, #72ecec, #729BEC);