#3ce9af
a balanced, electric green · cool · closest name: aquamarine
RGB
60, 233, 175
HSL
160°, 80%, 58%
CMYK
74, 0, 25, 9
Luminance
0.6233
Every format
| HEX | #3ce9af |
| RGB | rgb(60, 233, 175) |
| HSL | hsl(160, 80%, 58%) |
| CMYK | cmyk(74%, 0%, 25%, 9%) |
| LAB | lab(83.1 -56.4 16.0) |
| LCH | lch(83.1 58.6 164.2) |
| OKLCH | oklch(0.834 0.161 165.3) |
Copy-ready code
/* CSS */
color: #3ce9af;
background-color: #3ce9af;
/* Tailwind (arbitrary) */
class="text-[#3ce9af] bg-[#3ce9af]"
/* SCSS */
$brand: #3ce9af;
/* SwiftUI */
Color(red: 0.235, green: 0.914, blue: 0.686)
/* Android */
Color.parseColor("#3ce9af")Accessibility — WCAG contrast
Aa
#3ce9af on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ce9af on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green91.4%
Blue68.6%
CMYK percentages
Cyan74.2%
Magenta0.0%
Yellow24.9%
Key (black)8.6%
Color previews
#3ce9af text on a black background
contrast 13.47:1
Card sample
#3ce9af text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ce9af;
Background color
Panel with #3ce9af background
background-color: #3ce9af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ce9af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 233, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 233, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ce9af; background: linear-gradient(135deg, #3ce9af, #3CB0E9);