#48fbc9
a balanced, electric cyan · cool · closest name: aquamarine
RGB
72, 251, 201
HSL
163°, 96%, 63%
CMYK
71, 0, 20, 2
Luminance
0.7459
Every format
| HEX | #48fbc9 |
| RGB | rgb(72, 251, 201) |
| HSL | hsl(163, 96%, 63%) |
| CMYK | cmyk(71%, 0%, 20%, 2%) |
| LAB | lab(89.2 -56.1 11.2) |
| LCH | lch(89.2 57.2 168.8) |
| OKLCH | oklch(0.887 0.159 169.7) |
Copy-ready code
/* CSS */
color: #48fbc9;
background-color: #48fbc9;
/* Tailwind (arbitrary) */
class="text-[#48fbc9] bg-[#48fbc9]"
/* SCSS */
$brand: #48fbc9;
/* SwiftUI */
Color(red: 0.282, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#48fbc9")Accessibility — WCAG contrast
Aa
#48fbc9 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48fbc9 on black: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green98.4%
Blue78.8%
CMYK percentages
Cyan71.3%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#48fbc9 text on a black background
contrast 15.92:1
Card sample
#48fbc9 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48fbc9;
Background color
Panel with #48fbc9 background
background-color: #48fbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48fbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48fbc9; background: linear-gradient(135deg, #48fbc9, #48B6FB);