#48fcdf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
72, 252, 223
HSL
170°, 97%, 64%
CMYK
71, 0, 12, 1
Luminance
0.7633
Every format
| HEX | #48fcdf |
| RGB | rgb(72, 252, 223) |
| HSL | hsl(170, 97%, 64%) |
| CMYK | cmyk(71%, 0%, 12%, 1%) |
| LAB | lab(90.0 -51.2 0.9) |
| LCH | lch(90.0 51.2 179.0) |
| OKLCH | oklch(0.895 0.148 179.4) |
Copy-ready code
/* CSS */
color: #48fcdf;
background-color: #48fcdf;
/* Tailwind (arbitrary) */
class="text-[#48fcdf] bg-[#48fcdf]"
/* SCSS */
$brand: #48fcdf;
/* SwiftUI */
Color(red: 0.282, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#48fcdf")Accessibility — WCAG contrast
Aa
#48fcdf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48fcdf on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green98.8%
Blue87.5%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#48fcdf text on a black background
contrast 16.27:1
Card sample
#48fcdf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48fcdf;
Background color
Panel with #48fcdf background
background-color: #48fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48fcdf; background: linear-gradient(135deg, #48fcdf, #48A1FC);