#4bdbb3
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
75, 219, 179
HSL
163°, 67%, 58%
CMYK
66, 0, 18, 14
Luminance
0.5541
Every format
| HEX | #4bdbb3 |
| RGB | rgb(75, 219, 179) |
| HSL | hsl(163, 67%, 58%) |
| CMYK | cmyk(66%, 0%, 18%, 14%) |
| LAB | lab(79.3 -47.7 8.5) |
| LCH | lch(79.3 48.5 169.9) |
| OKLCH | oklch(0.804 0.136 170.8) |
Copy-ready code
/* CSS */
color: #4bdbb3;
background-color: #4bdbb3;
/* Tailwind (arbitrary) */
class="text-[#4bdbb3] bg-[#4bdbb3]"
/* SCSS */
$brand: #4bdbb3;
/* SwiftUI */
Color(red: 0.294, green: 0.859, blue: 0.702)
/* Android */
Color.parseColor("#4bdbb3")Accessibility — WCAG contrast
Aa
#4bdbb3 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bdbb3 on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green85.9%
Blue70.2%
CMYK percentages
Cyan65.8%
Magenta0.0%
Yellow18.3%
Key (black)14.1%
Color previews
#4bdbb3 text on a black background
contrast 12.08:1
Card sample
#4bdbb3 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bdbb3;
Background color
Panel with #4bdbb3 background
background-color: #4bdbb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bdbb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 219, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 219, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bdbb3; background: linear-gradient(135deg, #4bdbb3, #4BA3DB);