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