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