#48dfbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
72, 223, 191
HSL
167°, 70%, 58%
CMYK
68, 0, 14, 13
Luminance
0.5791
Every format
| HEX | #48dfbf |
| RGB | rgb(72, 223, 191) |
| HSL | hsl(167, 70%, 58%) |
| CMYK | cmyk(68%, 0%, 14%, 13%) |
| LAB | lab(80.7 -46.9 4.2) |
| LCH | lch(80.7 47.1 174.9) |
| OKLCH | oklch(0.817 0.134 175.6) |
Copy-ready code
/* CSS */
color: #48dfbf;
background-color: #48dfbf;
/* Tailwind (arbitrary) */
class="text-[#48dfbf] bg-[#48dfbf]"
/* SCSS */
$brand: #48dfbf;
/* SwiftUI */
Color(red: 0.282, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#48dfbf")Accessibility — WCAG contrast
Aa
#48dfbf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48dfbf on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green87.5%
Blue74.9%
CMYK percentages
Cyan67.7%
Magenta0.0%
Yellow14.3%
Key (black)12.5%
Color previews
#48dfbf text on a black background
contrast 12.58:1
Card sample
#48dfbf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48dfbf;
Background color
Panel with #48dfbf background
background-color: #48dfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48dfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48dfbf; background: linear-gradient(135deg, #48dfbf, #489ADF);