#4adeb3
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
74, 222, 179
HSL
163°, 69%, 58%
CMYK
67, 0, 19, 13
Luminance
0.5695
Every format
| HEX | #4adeb3 |
| RGB | rgb(74, 222, 179) |
| HSL | hsl(163, 69%, 58%) |
| CMYK | cmyk(67%, 0%, 19%, 13%) |
| LAB | lab(80.2 -49.1 9.8) |
| LCH | lch(80.2 50.1 168.7) |
| OKLCH | oklch(0.811 0.140 169.7) |
Copy-ready code
/* CSS */
color: #4adeb3;
background-color: #4adeb3;
/* Tailwind (arbitrary) */
class="text-[#4adeb3] bg-[#4adeb3]"
/* SCSS */
$brand: #4adeb3;
/* SwiftUI */
Color(red: 0.290, green: 0.871, blue: 0.702)
/* Android */
Color.parseColor("#4adeb3")Accessibility — WCAG contrast
Aa
#4adeb3 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4adeb3 on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green87.1%
Blue70.2%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow19.4%
Key (black)12.9%
Color previews
#4adeb3 text on a black background
contrast 12.39:1
Card sample
#4adeb3 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4adeb3;
Background color
Panel with #4adeb3 background
background-color: #4adeb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4adeb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 222, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 222, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4adeb3; background: linear-gradient(135deg, #4adeb3, #4AA6DE);