#72fccc
a light, electric green · cool · closest name: aquamarine
RGB
114, 252, 204
HSL
159°, 96%, 72%
CMYK
55, 0, 19, 1
Luminance
0.7756
Every format
| HEX | #72fccc |
| RGB | rgb(114, 252, 204) |
| HSL | hsl(159, 96%, 72%) |
| CMYK | cmyk(55%, 0%, 19%, 1%) |
| LAB | lab(90.6 -48.8 11.7) |
| LCH | lch(90.6 50.1 166.5) |
| OKLCH | oklch(0.901 0.140 167.6) |
Copy-ready code
/* CSS */
color: #72fccc;
background-color: #72fccc;
/* Tailwind (arbitrary) */
class="text-[#72fccc] bg-[#72fccc]"
/* SCSS */
$brand: #72fccc;
/* SwiftUI */
Color(red: 0.447, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#72fccc")Accessibility — WCAG contrast
Aa
#72fccc on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72fccc on black: 16.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green98.8%
Blue80.0%
CMYK percentages
Cyan54.8%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#72fccc text on a black background
contrast 16.51:1
Card sample
#72fccc text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72fccc;
Background color
Panel with #72fccc background
background-color: #72fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72fccc; background: linear-gradient(135deg, #72fccc, #72D0FC);