#48cab0
a balanced, vivid cyan · cool · closest name: turquoise
RGB
72, 202, 176
HSL
168°, 55%, 54%
CMYK
64, 0, 13, 21
Luminance
0.4675
Every format
| HEX | #48cab0 |
| RGB | rgb(72, 202, 176) |
| HSL | hsl(168, 55%, 54%) |
| CMYK | cmyk(64%, 0%, 13%, 21%) |
| LAB | lab(74.0 -41.6 2.6) |
| LCH | lch(74.0 41.7 176.5) |
| OKLCH | oklch(0.761 0.119 177.0) |
Copy-ready code
/* CSS */
color: #48cab0;
background-color: #48cab0;
/* Tailwind (arbitrary) */
class="text-[#48cab0] bg-[#48cab0]"
/* SCSS */
$brand: #48cab0;
/* SwiftUI */
Color(red: 0.282, green: 0.792, blue: 0.690)
/* Android */
Color.parseColor("#48cab0")Accessibility — WCAG contrast
Aa
#48cab0 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48cab0 on black: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green79.2%
Blue69.0%
CMYK percentages
Cyan64.4%
Magenta0.0%
Yellow12.9%
Key (black)20.8%
Color previews
#48cab0 text on a black background
contrast 10.35:1
Card sample
#48cab0 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48cab0;
Background color
Panel with #48cab0 background
background-color: #48cab0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48cab0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 202, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 202, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48cab0; background: linear-gradient(135deg, #48cab0, #488DCA);