#48f0c4
a balanced, electric cyan · cool · closest name: aquamarine
RGB
72, 240, 196
HSL
164°, 85%, 61%
CMYK
70, 0, 18, 6
Luminance
0.6768
Every format
| HEX | #48f0c4 |
| RGB | rgb(72, 240, 196) |
| HSL | hsl(164, 85%, 61%) |
| CMYK | cmyk(70%, 0%, 18%, 6%) |
| LAB | lab(85.8 -52.8 9.0) |
| LCH | lch(85.8 53.6 170.4) |
| OKLCH | oklch(0.859 0.150 171.2) |
Copy-ready code
/* CSS */
color: #48f0c4;
background-color: #48f0c4;
/* Tailwind (arbitrary) */
class="text-[#48f0c4] bg-[#48f0c4]"
/* SCSS */
$brand: #48f0c4;
/* SwiftUI */
Color(red: 0.282, green: 0.941, blue: 0.769)
/* Android */
Color.parseColor("#48f0c4")Accessibility — WCAG contrast
Aa
#48f0c4 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48f0c4 on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green94.1%
Blue76.9%
CMYK percentages
Cyan70.0%
Magenta0.0%
Yellow18.3%
Key (black)5.9%
Color previews
#48f0c4 text on a black background
contrast 14.54:1
Card sample
#48f0c4 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48f0c4;
Background color
Panel with #48f0c4 background
background-color: #48f0c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48f0c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 240, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 240, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48f0c4; background: linear-gradient(135deg, #48f0c4, #48ACF0);