#48fccc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
72, 252, 204
HSL
164°, 97%, 64%
CMYK
71, 0, 19, 1
Luminance
0.7536
Every format
| HEX | #48fccc |
| RGB | rgb(72, 252, 204) |
| HSL | hsl(164, 97%, 64%) |
| CMYK | cmyk(71%, 0%, 19%, 1%) |
| LAB | lab(89.6 -55.8 10.1) |
| LCH | lch(89.6 56.7 169.7) |
| OKLCH | oklch(0.890 0.158 170.6) |
Copy-ready code
/* CSS */
color: #48fccc;
background-color: #48fccc;
/* Tailwind (arbitrary) */
class="text-[#48fccc] bg-[#48fccc]"
/* SCSS */
$brand: #48fccc;
/* SwiftUI */
Color(red: 0.282, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#48fccc")Accessibility — WCAG contrast
Aa
#48fccc on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48fccc on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green98.8%
Blue80.0%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#48fccc text on a black background
contrast 16.07:1
Card sample
#48fccc text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48fccc;
Background color
Panel with #48fccc background
background-color: #48fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48fccc; background: linear-gradient(135deg, #48fccc, #48B4FC);