#48eade
a balanced, electric cyan · cool · closest name: turquoise
RGB
72, 234, 222
HSL
176°, 79%, 60%
CMYK
69, 0, 5, 8
Luminance
0.6550
Every format
| HEX | #48eade |
| RGB | rgb(72, 234, 222) |
| HSL | hsl(176, 79%, 60%) |
| CMYK | cmyk(69%, 0%, 5%, 8%) |
| LAB | lab(84.7 -43.7 -6.3) |
| LCH | lch(84.7 44.2 188.2) |
| OKLCH | oklch(0.852 0.132 187.7) |
Copy-ready code
/* CSS */
color: #48eade;
background-color: #48eade;
/* Tailwind (arbitrary) */
class="text-[#48eade] bg-[#48eade]"
/* SCSS */
$brand: #48eade;
/* SwiftUI */
Color(red: 0.282, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#48eade")Accessibility — WCAG contrast
Aa
#48eade on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48eade on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green91.8%
Blue87.1%
CMYK percentages
Cyan69.2%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#48eade text on a black background
contrast 14.10:1
Card sample
#48eade text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48eade;
Background color
Panel with #48eade background
background-color: #48eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48eade; background: linear-gradient(135deg, #48eade, #488AEA);