#48cfcc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
72, 207, 204
HSL
179°, 58%, 55%
CMYK
65, 0, 1, 19
Luminance
0.5036
Every format
| HEX | #48cfcc |
| RGB | rgb(72, 207, 204) |
| HSL | hsl(179, 58%, 55%) |
| CMYK | cmyk(65%, 0%, 1%, 19%) |
| LAB | lab(76.3 -36.4 -9.2) |
| LCH | lch(76.3 37.6 194.2) |
| OKLCH | oklch(0.782 0.115 192.9) |
Copy-ready code
/* CSS */
color: #48cfcc;
background-color: #48cfcc;
/* Tailwind (arbitrary) */
class="text-[#48cfcc] bg-[#48cfcc]"
/* SCSS */
$brand: #48cfcc;
/* SwiftUI */
Color(red: 0.282, green: 0.812, blue: 0.800)
/* Android */
Color.parseColor("#48cfcc")Accessibility — WCAG contrast
Aa
#48cfcc on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48cfcc on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green81.2%
Blue80.0%
CMYK percentages
Cyan65.2%
Magenta0.0%
Yellow1.4%
Key (black)18.8%
Color previews
#48cfcc text on a black background
contrast 11.07:1
Card sample
#48cfcc text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48cfcc;
Background color
Panel with #48cfcc background
background-color: #48cfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48cfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 207, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 207, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48cfcc; background: linear-gradient(135deg, #48cfcc, #4878CF);