#4bdfbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
75, 223, 191
HSL
167°, 70%, 58%
CMYK
66, 0, 14, 13
Luminance
0.5803
Every format
| HEX | #4bdfbf |
| RGB | rgb(75, 223, 191) |
| HSL | hsl(167, 70%, 58%) |
| CMYK | cmyk(66%, 0%, 14%, 13%) |
| LAB | lab(80.8 -46.5 4.3) |
| LCH | lch(80.8 46.7 174.7) |
| OKLCH | oklch(0.817 0.133 175.4) |
Copy-ready code
/* CSS */
color: #4bdfbf;
background-color: #4bdfbf;
/* Tailwind (arbitrary) */
class="text-[#4bdfbf] bg-[#4bdfbf]"
/* SCSS */
$brand: #4bdfbf;
/* SwiftUI */
Color(red: 0.294, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#4bdfbf")Accessibility — WCAG contrast
Aa
#4bdfbf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bdfbf on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green87.5%
Blue74.9%
CMYK percentages
Cyan66.4%
Magenta0.0%
Yellow14.3%
Key (black)12.5%
Color previews
#4bdfbf text on a black background
contrast 12.61:1
Card sample
#4bdfbf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bdfbf;
Background color
Panel with #4bdfbf background
background-color: #4bdfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bdfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bdfbf; background: linear-gradient(135deg, #4bdfbf, #4B9CDF);