#3af69c
a balanced, electric green · cool · closest name: aquamarine
RGB
58, 246, 156
HSL
151°, 91%, 60%
CMYK
76, 0, 37, 4
Luminance
0.6921
Every format
| HEX | #3af69c |
| RGB | rgb(58, 246, 156) |
| HSL | hsl(151, 91%, 60%) |
| CMYK | cmyk(76%, 0%, 37%, 4%) |
| LAB | lab(86.6 -65.4 30.6) |
| LCH | lch(86.6 72.2 155.0) |
| OKLCH | oklch(0.862 0.193 156.6) |
Copy-ready code
/* CSS */
color: #3af69c;
background-color: #3af69c;
/* Tailwind (arbitrary) */
class="text-[#3af69c] bg-[#3af69c]"
/* SCSS */
$brand: #3af69c;
/* SwiftUI */
Color(red: 0.227, green: 0.965, blue: 0.612)
/* Android */
Color.parseColor("#3af69c")Accessibility — WCAG contrast
Aa
#3af69c on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3af69c on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green96.5%
Blue61.2%
CMYK percentages
Cyan76.4%
Magenta0.0%
Yellow36.6%
Key (black)3.5%
Color previews
#3af69c text on a black background
contrast 14.84:1
Card sample
#3af69c text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3af69c;
Background color
Panel with #3af69c background
background-color: #3af69c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3af69c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 246, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 246, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3af69c; background: linear-gradient(135deg, #3af69c, #3AD3F6);