#4abdbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
74, 189, 191
HSL
181°, 48%, 52%
CMYK
61, 1, 0, 25
Luminance
0.4161
Every format
| HEX | #4abdbf |
| RGB | rgb(74, 189, 191) |
| HSL | hsl(181, 48%, 52%) |
| CMYK | cmyk(61%, 1%, 0%, 25%) |
| LAB | lab(70.6 -31.3 -10.7) |
| LCH | lch(70.6 33.0 198.8) |
| OKLCH | oklch(0.735 0.102 196.8) |
Copy-ready code
/* CSS */
color: #4abdbf;
background-color: #4abdbf;
/* Tailwind (arbitrary) */
class="text-[#4abdbf] bg-[#4abdbf]"
/* SCSS */
$brand: #4abdbf;
/* SwiftUI */
Color(red: 0.290, green: 0.741, blue: 0.749)
/* Android */
Color.parseColor("#4abdbf")Accessibility — WCAG contrast
Aa
#4abdbf on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4abdbf on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green74.1%
Blue74.9%
CMYK percentages
Cyan61.3%
Magenta1.0%
Yellow0.0%
Key (black)25.1%
Color previews
#4abdbf text on a black background
contrast 9.32:1
Card sample
#4abdbf text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4abdbf;
Background color
Panel with #4abdbf background
background-color: #4abdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4abdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 189, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 189, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4abdbf; background: linear-gradient(135deg, #4abdbf, #4A6FBF);