#48cdc2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
72, 205, 194
HSL
175°, 57%, 54%
CMYK
65, 0, 5, 20
Luminance
0.4894
Every format
| HEX | #48cdc2 |
| RGB | rgb(72, 205, 194) |
| HSL | hsl(175, 57%, 54%) |
| CMYK | cmyk(65%, 0%, 5%, 20%) |
| LAB | lab(75.4 -38.2 -5.2) |
| LCH | lch(75.4 38.6 187.7) |
| OKLCH | oklch(0.774 0.115 187.3) |
Copy-ready code
/* CSS */
color: #48cdc2;
background-color: #48cdc2;
/* Tailwind (arbitrary) */
class="text-[#48cdc2] bg-[#48cdc2]"
/* SCSS */
$brand: #48cdc2;
/* SwiftUI */
Color(red: 0.282, green: 0.804, blue: 0.761)
/* Android */
Color.parseColor("#48cdc2")Accessibility — WCAG contrast
Aa
#48cdc2 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48cdc2 on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green80.4%
Blue76.1%
CMYK percentages
Cyan64.9%
Magenta0.0%
Yellow5.4%
Key (black)19.6%
Color previews
#48cdc2 text on a black background
contrast 10.79:1
Card sample
#48cdc2 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48cdc2;
Background color
Panel with #48cdc2 background
background-color: #48cdc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48cdc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 205, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 205, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48cdc2; background: linear-gradient(135deg, #48cdc2, #487FCD);