#48cbb1
a balanced, vivid cyan · cool · closest name: turquoise
RGB
72, 203, 177
HSL
168°, 56%, 54%
CMYK
65, 0, 13, 20
Luminance
0.4726
Every format
| HEX | #48cbb1 |
| RGB | rgb(72, 203, 177) |
| HSL | hsl(168, 56%, 54%) |
| CMYK | cmyk(65%, 0%, 13%, 20%) |
| LAB | lab(74.4 -41.8 2.5) |
| LCH | lch(74.4 41.8 176.6) |
| OKLCH | oklch(0.764 0.120 177.1) |
Copy-ready code
/* CSS */
color: #48cbb1;
background-color: #48cbb1;
/* Tailwind (arbitrary) */
class="text-[#48cbb1] bg-[#48cbb1]"
/* SCSS */
$brand: #48cbb1;
/* SwiftUI */
Color(red: 0.282, green: 0.796, blue: 0.694)
/* Android */
Color.parseColor("#48cbb1")Accessibility — WCAG contrast
Aa
#48cbb1 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48cbb1 on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green79.6%
Blue69.4%
CMYK percentages
Cyan64.5%
Magenta0.0%
Yellow12.8%
Key (black)20.4%
Color previews
#48cbb1 text on a black background
contrast 10.45:1
Card sample
#48cbb1 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48cbb1;
Background color
Panel with #48cbb1 background
background-color: #48cbb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48cbb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 203, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 203, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48cbb1; background: linear-gradient(135deg, #48cbb1, #488ECB);