#4adbbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
74, 219, 191
HSL
168°, 67%, 58%
CMYK
66, 0, 13, 14
Luminance
0.5588
Every format
| HEX | #4adbbf |
| RGB | rgb(74, 219, 191) |
| HSL | hsl(168, 67%, 58%) |
| CMYK | cmyk(66%, 0%, 13%, 14%) |
| LAB | lab(79.5 -44.9 2.5) |
| LCH | lch(79.5 45.0 176.8) |
| OKLCH | oklch(0.807 0.129 177.3) |
Copy-ready code
/* CSS */
color: #4adbbf;
background-color: #4adbbf;
/* Tailwind (arbitrary) */
class="text-[#4adbbf] bg-[#4adbbf]"
/* SCSS */
$brand: #4adbbf;
/* SwiftUI */
Color(red: 0.290, green: 0.859, blue: 0.749)
/* Android */
Color.parseColor("#4adbbf")Accessibility — WCAG contrast
Aa
#4adbbf on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4adbbf on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green85.9%
Blue74.9%
CMYK percentages
Cyan66.2%
Magenta0.0%
Yellow12.8%
Key (black)14.1%
Color previews
#4adbbf text on a black background
contrast 12.18:1
Card sample
#4adbbf text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4adbbf;
Background color
Panel with #4adbbf background
background-color: #4adbbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4adbbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 219, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 219, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4adbbf; background: linear-gradient(135deg, #4adbbf, #4A96DB);