#72fada
a light, electric cyan · cool · closest name: aquamarine
RGB
114, 250, 218
HSL
166°, 93%, 71%
CMYK
54, 0, 13, 2
Luminance
0.7701
Every format
| HEX | #72fada |
| RGB | rgb(114, 250, 218) |
| HSL | hsl(166, 93%, 71%) |
| CMYK | cmyk(54%, 0%, 13%, 2%) |
| LAB | lab(90.3 -44.8 4.1) |
| LCH | lch(90.3 45.0 174.8) |
| OKLCH | oklch(0.900 0.128 175.5) |
Copy-ready code
/* CSS */
color: #72fada;
background-color: #72fada;
/* Tailwind (arbitrary) */
class="text-[#72fada] bg-[#72fada]"
/* SCSS */
$brand: #72fada;
/* SwiftUI */
Color(red: 0.447, green: 0.980, blue: 0.855)
/* Android */
Color.parseColor("#72fada")Accessibility — WCAG contrast
Aa
#72fada on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72fada on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green98.0%
Blue85.5%
CMYK percentages
Cyan54.4%
Magenta0.0%
Yellow12.8%
Key (black)2.0%
Color previews
#72fada text on a black background
contrast 16.40:1
Card sample
#72fada text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72fada;
Background color
Panel with #72fada background
background-color: #72fada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72fada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 250, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 250, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72fada; background: linear-gradient(135deg, #72fada, #72BFFA);