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