#3cebac
a balanced, electric green · cool · closest name: aquamarine
RGB
60, 235, 172
HSL
158°, 81%, 58%
CMYK
75, 0, 27, 8
Luminance
0.6336
Every format
| HEX | #3cebac |
| RGB | rgb(60, 235, 172) |
| HSL | hsl(158, 81%, 58%) |
| CMYK | cmyk(75%, 0%, 27%, 8%) |
| LAB | lab(83.6 -57.8 18.3) |
| LCH | lch(83.6 60.7 162.4) |
| OKLCH | oklch(0.839 0.165 163.6) |
Copy-ready code
/* CSS */
color: #3cebac;
background-color: #3cebac;
/* Tailwind (arbitrary) */
class="text-[#3cebac] bg-[#3cebac]"
/* SCSS */
$brand: #3cebac;
/* SwiftUI */
Color(red: 0.235, green: 0.922, blue: 0.675)
/* Android */
Color.parseColor("#3cebac")Accessibility — WCAG contrast
Aa
#3cebac on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cebac on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green92.2%
Blue67.5%
CMYK percentages
Cyan74.5%
Magenta0.0%
Yellow26.8%
Key (black)7.8%
Color previews
#3cebac text on a black background
contrast 13.67:1
Card sample
#3cebac text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cebac;
Background color
Panel with #3cebac background
background-color: #3cebac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cebac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 235, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 235, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cebac; background: linear-gradient(135deg, #3cebac, #3CB5EB);