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