#4bd7af
a balanced, vivid cyan · cool · closest name: turquoise
RGB
75, 215, 175
HSL
163°, 64%, 57%
CMYK
65, 0, 19, 16
Luminance
0.5319
Every format
| HEX | #4bd7af |
| RGB | rgb(75, 215, 175) |
| HSL | hsl(163, 64%, 57%) |
| CMYK | cmyk(65%, 0%, 19%, 16%) |
| LAB | lab(78.0 -47.0 8.8) |
| LCH | lch(78.0 47.8 169.4) |
| OKLCH | oklch(0.793 0.134 170.3) |
Copy-ready code
/* CSS */
color: #4bd7af;
background-color: #4bd7af;
/* Tailwind (arbitrary) */
class="text-[#4bd7af] bg-[#4bd7af]"
/* SCSS */
$brand: #4bd7af;
/* SwiftUI */
Color(red: 0.294, green: 0.843, blue: 0.686)
/* Android */
Color.parseColor("#4bd7af")Accessibility — WCAG contrast
Aa
#4bd7af on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bd7af on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green84.3%
Blue68.6%
CMYK percentages
Cyan65.1%
Magenta0.0%
Yellow18.6%
Key (black)15.7%
Color previews
#4bd7af text on a black background
contrast 11.64:1
Card sample
#4bd7af text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bd7af;
Background color
Panel with #4bd7af background
background-color: #4bd7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bd7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 215, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 215, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bd7af; background: linear-gradient(135deg, #4bd7af, #4BA2D7);