#4accbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
74, 204, 191
HSL
174°, 56%, 55%
CMYK
64, 0, 6, 20
Luminance
0.4840
Every format
| HEX | #4accbf |
| RGB | rgb(74, 204, 191) |
| HSL | hsl(174, 56%, 55%) |
| CMYK | cmyk(64%, 0%, 6%, 20%) |
| LAB | lab(75.1 -38.3 -4.0) |
| LCH | lch(75.1 38.5 186.0) |
| OKLCH | oklch(0.771 0.114 185.8) |
Copy-ready code
/* CSS */
color: #4accbf;
background-color: #4accbf;
/* Tailwind (arbitrary) */
class="text-[#4accbf] bg-[#4accbf]"
/* SCSS */
$brand: #4accbf;
/* SwiftUI */
Color(red: 0.290, green: 0.800, blue: 0.749)
/* Android */
Color.parseColor("#4accbf")Accessibility — WCAG contrast
Aa
#4accbf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4accbf on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green80.0%
Blue74.9%
CMYK percentages
Cyan63.7%
Magenta0.0%
Yellow6.4%
Key (black)20.0%
Color previews
#4accbf text on a black background
contrast 10.68:1
Card sample
#4accbf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4accbf;
Background color
Panel with #4accbf background
background-color: #4accbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4accbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 204, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 204, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4accbf; background: linear-gradient(135deg, #4accbf, #4A82CC);