#4acabc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
74, 202, 188
HSL
173°, 55%, 54%
CMYK
63, 0, 7, 21
Luminance
0.4733
Every format
| HEX | #4acabc |
| RGB | rgb(74, 202, 188) |
| HSL | hsl(173, 55%, 54%) |
| CMYK | cmyk(63%, 0%, 7%, 21%) |
| LAB | lab(74.4 -38.2 -3.4) |
| LCH | lch(74.4 38.3 185.1) |
| OKLCH | oklch(0.765 0.113 184.9) |
Copy-ready code
/* CSS */
color: #4acabc;
background-color: #4acabc;
/* Tailwind (arbitrary) */
class="text-[#4acabc] bg-[#4acabc]"
/* SCSS */
$brand: #4acabc;
/* SwiftUI */
Color(red: 0.290, green: 0.792, blue: 0.737)
/* Android */
Color.parseColor("#4acabc")Accessibility — WCAG contrast
Aa
#4acabc on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4acabc on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green79.2%
Blue73.7%
CMYK percentages
Cyan63.4%
Magenta0.0%
Yellow6.9%
Key (black)20.8%
Color previews
#4acabc text on a black background
contrast 10.47:1
Card sample
#4acabc text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4acabc;
Background color
Panel with #4acabc background
background-color: #4acabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4acabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 202, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 202, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4acabc; background: linear-gradient(135deg, #4acabc, #4A83CA);