#48cfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
72, 207, 186
HSL
171°, 58%, 55%
CMYK
65, 0, 10, 19
Luminance
0.4955
Every format
| HEX | #48cfba |
| RGB | rgb(72, 207, 186) |
| HSL | hsl(171, 58%, 55%) |
| CMYK | cmyk(65%, 0%, 10%, 19%) |
| LAB | lab(75.8 -41.3 -0.3) |
| LCH | lch(75.8 41.3 180.4) |
| OKLCH | oklch(0.776 0.120 180.7) |
Copy-ready code
/* CSS */
color: #48cfba;
background-color: #48cfba;
/* Tailwind (arbitrary) */
class="text-[#48cfba] bg-[#48cfba]"
/* SCSS */
$brand: #48cfba;
/* SwiftUI */
Color(red: 0.282, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#48cfba")Accessibility — WCAG contrast
Aa
#48cfba on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48cfba on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green81.2%
Blue72.9%
CMYK percentages
Cyan65.2%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#48cfba text on a black background
contrast 10.91:1
Card sample
#48cfba text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48cfba;
Background color
Panel with #48cfba background
background-color: #48cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48cfba; background: linear-gradient(135deg, #48cfba, #488ACF);