#4aceb3
a balanced, vivid cyan · cool · closest name: turquoise
RGB
74, 206, 179
HSL
168°, 57%, 55%
CMYK
64, 0, 13, 19
Luminance
0.4885
Every format
| HEX | #4aceb3 |
| RGB | rgb(74, 206, 179) |
| HSL | hsl(168, 57%, 55%) |
| CMYK | cmyk(64%, 0%, 13%, 19%) |
| LAB | lab(75.4 -42.3 2.9) |
| LCH | lch(75.4 42.4 176.1) |
| OKLCH | oklch(0.772 0.121 176.7) |
Copy-ready code
/* CSS */
color: #4aceb3;
background-color: #4aceb3;
/* Tailwind (arbitrary) */
class="text-[#4aceb3] bg-[#4aceb3]"
/* SCSS */
$brand: #4aceb3;
/* SwiftUI */
Color(red: 0.290, green: 0.808, blue: 0.702)
/* Android */
Color.parseColor("#4aceb3")Accessibility — WCAG contrast
Aa
#4aceb3 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4aceb3 on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green80.8%
Blue70.2%
CMYK percentages
Cyan64.1%
Magenta0.0%
Yellow13.1%
Key (black)19.2%
Color previews
#4aceb3 text on a black background
contrast 10.77:1
Card sample
#4aceb3 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4aceb3;
Background color
Panel with #4aceb3 background
background-color: #4aceb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4aceb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 206, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 206, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4aceb3; background: linear-gradient(135deg, #4aceb3, #4A91CE);