#48f0cf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
72, 240, 207
HSL
168°, 85%, 61%
CMYK
70, 0, 14, 6
Luminance
0.6820
Every format
| HEX | #48f0cf |
| RGB | rgb(72, 240, 207) |
| HSL | hsl(168, 85%, 61%) |
| CMYK | cmyk(70%, 0%, 14%, 6%) |
| LAB | lab(86.1 -50.1 3.6) |
| LCH | lch(86.1 50.3 175.9) |
| OKLCH | oklch(0.862 0.143 176.5) |
Copy-ready code
/* CSS */
color: #48f0cf;
background-color: #48f0cf;
/* Tailwind (arbitrary) */
class="text-[#48f0cf] bg-[#48f0cf]"
/* SCSS */
$brand: #48f0cf;
/* SwiftUI */
Color(red: 0.282, green: 0.941, blue: 0.812)
/* Android */
Color.parseColor("#48f0cf")Accessibility — WCAG contrast
Aa
#48f0cf on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48f0cf on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green94.1%
Blue81.2%
CMYK percentages
Cyan70.0%
Magenta0.0%
Yellow13.7%
Key (black)5.9%
Color previews
#48f0cf text on a black background
contrast 14.64:1
Card sample
#48f0cf text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48f0cf;
Background color
Panel with #48f0cf background
background-color: #48f0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48f0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 240, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 240, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48f0cf; background: linear-gradient(135deg, #48f0cf, #48A1F0);