#3ceba4
a balanced, electric green · cool · closest name: aquamarine
RGB
60, 235, 164
HSL
156°, 81%, 58%
CMYK
75, 0, 30, 8
Luminance
0.6306
Every format
| HEX | #3ceba4 |
| RGB | rgb(60, 235, 164) |
| HSL | hsl(156, 81%, 58%) |
| CMYK | cmyk(75%, 0%, 30%, 8%) |
| LAB | lab(83.5 -59.5 22.2) |
| LCH | lch(83.5 63.5 159.5) |
| OKLCH | oklch(0.837 0.172 160.8) |
Copy-ready code
/* CSS */
color: #3ceba4;
background-color: #3ceba4;
/* Tailwind (arbitrary) */
class="text-[#3ceba4] bg-[#3ceba4]"
/* SCSS */
$brand: #3ceba4;
/* SwiftUI */
Color(red: 0.235, green: 0.922, blue: 0.643)
/* Android */
Color.parseColor("#3ceba4")Accessibility — WCAG contrast
Aa
#3ceba4 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ceba4 on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green92.2%
Blue64.3%
CMYK percentages
Cyan74.5%
Magenta0.0%
Yellow30.2%
Key (black)7.8%
Color previews
#3ceba4 text on a black background
contrast 13.61:1
Card sample
#3ceba4 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ceba4;
Background color
Panel with #3ceba4 background
background-color: #3ceba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ceba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 235, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 235, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ceba4; background: linear-gradient(135deg, #3ceba4, #3CBDEB);