#48eddf
a balanced, electric cyan · cool · closest name: turquoise
RGB
72, 237, 223
HSL
175°, 82%, 61%
CMYK
70, 0, 6, 7
Luminance
0.6727
Every format
| HEX | #48eddf |
| RGB | rgb(72, 237, 223) |
| HSL | hsl(175, 82%, 61%) |
| CMYK | cmyk(70%, 0%, 6%, 7%) |
| LAB | lab(85.6 -44.8 -5.5) |
| LCH | lch(85.6 45.1 187.0) |
| OKLCH | oklch(0.860 0.134 186.7) |
Copy-ready code
/* CSS */
color: #48eddf;
background-color: #48eddf;
/* Tailwind (arbitrary) */
class="text-[#48eddf] bg-[#48eddf]"
/* SCSS */
$brand: #48eddf;
/* SwiftUI */
Color(red: 0.282, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#48eddf")Accessibility — WCAG contrast
Aa
#48eddf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48eddf on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green92.9%
Blue87.5%
CMYK percentages
Cyan69.6%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#48eddf text on a black background
contrast 14.45:1
Card sample
#48eddf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48eddf;
Background color
Panel with #48eddf background
background-color: #48eddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48eddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48eddf; background: linear-gradient(135deg, #48eddf, #488DED);