#4bdaba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
75, 218, 186
HSL
167°, 66%, 58%
CMYK
66, 0, 15, 15
Luminance
0.5518
Every format
| HEX | #4bdaba |
| RGB | rgb(75, 218, 186) |
| HSL | hsl(167, 66%, 58%) |
| CMYK | cmyk(66%, 0%, 15%, 15%) |
| LAB | lab(79.1 -45.6 4.6) |
| LCH | lch(79.1 45.8 174.2) |
| OKLCH | oklch(0.804 0.130 174.9) |
Copy-ready code
/* CSS */
color: #4bdaba;
background-color: #4bdaba;
/* Tailwind (arbitrary) */
class="text-[#4bdaba] bg-[#4bdaba]"
/* SCSS */
$brand: #4bdaba;
/* SwiftUI */
Color(red: 0.294, green: 0.855, blue: 0.729)
/* Android */
Color.parseColor("#4bdaba")Accessibility — WCAG contrast
Aa
#4bdaba on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bdaba on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green85.5%
Blue72.9%
CMYK percentages
Cyan65.6%
Magenta0.0%
Yellow14.7%
Key (black)14.5%
Color previews
#4bdaba text on a black background
contrast 12.04:1
Card sample
#4bdaba text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bdaba;
Background color
Panel with #4bdaba background
background-color: #4bdaba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bdaba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 218, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 218, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bdaba; background: linear-gradient(135deg, #4bdaba, #4B9BDA);