#3ceba0
a balanced, electric green · cool · closest name: aquamarine
RGB
60, 235, 160
HSL
154°, 81%, 58%
CMYK
75, 0, 32, 8
Luminance
0.6292
Every format
| HEX | #3ceba0 |
| RGB | rgb(60, 235, 160) |
| HSL | hsl(154, 81%, 58%) |
| CMYK | cmyk(75%, 0%, 32%, 8%) |
| LAB | lab(83.4 -60.4 24.2) |
| LCH | lch(83.4 65.0 158.2) |
| OKLCH | oklch(0.836 0.175 159.5) |
Copy-ready code
/* CSS */
color: #3ceba0;
background-color: #3ceba0;
/* Tailwind (arbitrary) */
class="text-[#3ceba0] bg-[#3ceba0]"
/* SCSS */
$brand: #3ceba0;
/* SwiftUI */
Color(red: 0.235, green: 0.922, blue: 0.627)
/* Android */
Color.parseColor("#3ceba0")Accessibility — WCAG contrast
Aa
#3ceba0 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ceba0 on black: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green92.2%
Blue62.7%
CMYK percentages
Cyan74.5%
Magenta0.0%
Yellow31.9%
Key (black)7.8%
Color previews
#3ceba0 text on a black background
contrast 13.58:1
Card sample
#3ceba0 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ceba0;
Background color
Panel with #3ceba0 background
background-color: #3ceba0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ceba0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 235, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 235, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ceba0; background: linear-gradient(135deg, #3ceba0, #3CC1EB);