#48fcaf
a balanced, electric green · cool · closest name: aquamarine
RGB
72, 252, 175
HSL
154°, 97%, 64%
CMYK
71, 0, 31, 1
Luminance
0.7409
Every format
| HEX | #48fcaf |
| RGB | rgb(72, 252, 175) |
| HSL | hsl(154, 97%, 64%) |
| CMYK | cmyk(71%, 0%, 31%, 1%) |
| LAB | lab(89.0 -62.1 24.2) |
| LCH | lch(89.0 66.7 158.7) |
| OKLCH | oklch(0.883 0.180 160.1) |
Copy-ready code
/* CSS */
color: #48fcaf;
background-color: #48fcaf;
/* Tailwind (arbitrary) */
class="text-[#48fcaf] bg-[#48fcaf]"
/* SCSS */
$brand: #48fcaf;
/* SwiftUI */
Color(red: 0.282, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#48fcaf")Accessibility — WCAG contrast
Aa
#48fcaf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48fcaf on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green98.8%
Blue68.6%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#48fcaf text on a black background
contrast 15.82:1
Card sample
#48fcaf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48fcaf;
Background color
Panel with #48fcaf background
background-color: #48fcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48fcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48fcaf; background: linear-gradient(135deg, #48fcaf, #48D1FC);