#72ffcb
a light, electric green · cool · closest name: aquamarine
RGB
114, 255, 203
HSL
158°, 100%, 72%
CMYK
55, 0, 20, 0
Luminance
0.7941
Every format
| HEX | #72ffcb |
| RGB | rgb(114, 255, 203) |
| HSL | hsl(158, 100%, 72%) |
| CMYK | cmyk(55%, 0%, 20%, 0%) |
| LAB | lab(91.4 -50.2 13.4) |
| LCH | lch(91.4 52.0 165.0) |
| OKLCH | oklch(0.908 0.144 166.2) |
Copy-ready code
/* CSS */
color: #72ffcb;
background-color: #72ffcb;
/* Tailwind (arbitrary) */
class="text-[#72ffcb] bg-[#72ffcb]"
/* SCSS */
$brand: #72ffcb;
/* SwiftUI */
Color(red: 0.447, green: 1.000, blue: 0.796)
/* Android */
Color.parseColor("#72ffcb")Accessibility — WCAG contrast
Aa
#72ffcb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72ffcb on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green100.0%
Blue79.6%
CMYK percentages
Cyan55.3%
Magenta0.0%
Yellow20.4%
Key (black)0.0%
Color previews
#72ffcb text on a black background
contrast 16.88:1
Card sample
#72ffcb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72ffcb;
Background color
Panel with #72ffcb background
background-color: #72ffcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72ffcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 255, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 255, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72ffcb; background: linear-gradient(135deg, #72ffcb, #72D5FF);