#3adeae
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
58, 222, 174
HSL
162°, 71%, 55%
CMYK
74, 0, 22, 13
Luminance
0.5620
Every format
| HEX | #3adeae |
| RGB | rgb(58, 222, 174) |
| HSL | hsl(162, 71%, 55%) |
| CMYK | cmyk(74%, 0%, 22%, 13%) |
| LAB | lab(79.7 -52.5 11.8) |
| LCH | lch(79.7 53.8 167.4) |
| OKLCH | oklch(0.807 0.149 168.3) |
Copy-ready code
/* CSS */
color: #3adeae;
background-color: #3adeae;
/* Tailwind (arbitrary) */
class="text-[#3adeae] bg-[#3adeae]"
/* SCSS */
$brand: #3adeae;
/* SwiftUI */
Color(red: 0.227, green: 0.871, blue: 0.682)
/* Android */
Color.parseColor("#3adeae")Accessibility — WCAG contrast
Aa
#3adeae on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3adeae on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green87.1%
Blue68.2%
CMYK percentages
Cyan73.9%
Magenta0.0%
Yellow21.6%
Key (black)12.9%
Color previews
#3adeae text on a black background
contrast 12.24:1
Card sample
#3adeae text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3adeae;
Background color
Panel with #3adeae background
background-color: #3adeae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3adeae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 222, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 222, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3adeae; background: linear-gradient(135deg, #3adeae, #3AA1DE);