#72f3bc
a light, electric green · cool · closest name: aquamarine
RGB
114, 243, 188
HSL
154°, 84%, 70%
CMYK
53, 0, 23, 5
Luminance
0.7131
Every format
| HEX | #72f3bc |
| RGB | rgb(114, 243, 188) |
| HSL | hsl(154, 84%, 70%) |
| CMYK | cmyk(53%, 0%, 23%, 5%) |
| LAB | lab(87.6 -48.4 15.8) |
| LCH | lch(87.6 50.9 161.9) |
| OKLCH | oklch(0.876 0.140 163.2) |
Copy-ready code
/* CSS */
color: #72f3bc;
background-color: #72f3bc;
/* Tailwind (arbitrary) */
class="text-[#72f3bc] bg-[#72f3bc]"
/* SCSS */
$brand: #72f3bc;
/* SwiftUI */
Color(red: 0.447, green: 0.953, blue: 0.737)
/* Android */
Color.parseColor("#72f3bc")Accessibility — WCAG contrast
Aa
#72f3bc on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72f3bc on black: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green95.3%
Blue73.7%
CMYK percentages
Cyan53.1%
Magenta0.0%
Yellow22.6%
Key (black)4.7%
Color previews
#72f3bc text on a black background
contrast 15.26:1
Card sample
#72f3bc text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72f3bc;
Background color
Panel with #72f3bc background
background-color: #72f3bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72f3bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 243, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 243, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72f3bc; background: linear-gradient(135deg, #72f3bc, #72D4F3);