#3bfcaf
a balanced, electric green · cool · closest name: aquamarine
RGB
59, 252, 175
HSL
156°, 97%, 61%
CMYK
77, 0, 31, 1
Luminance
0.7365
Every format
| HEX | #3bfcaf |
| RGB | rgb(59, 252, 175) |
| HSL | hsl(156, 97%, 61%) |
| CMYK | cmyk(77%, 0%, 31%, 1%) |
| LAB | lab(88.8 -63.7 23.9) |
| LCH | lch(88.8 68.0 159.5) |
| OKLCH | oklch(0.881 0.184 160.8) |
Copy-ready code
/* CSS */
color: #3bfcaf;
background-color: #3bfcaf;
/* Tailwind (arbitrary) */
class="text-[#3bfcaf] bg-[#3bfcaf]"
/* SCSS */
$brand: #3bfcaf;
/* SwiftUI */
Color(red: 0.231, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#3bfcaf")Accessibility — WCAG contrast
Aa
#3bfcaf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bfcaf on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green98.8%
Blue68.6%
CMYK percentages
Cyan76.6%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#3bfcaf text on a black background
contrast 15.73:1
Card sample
#3bfcaf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bfcaf;
Background color
Panel with #3bfcaf background
background-color: #3bfcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bfcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bfcaf; background: linear-gradient(135deg, #3bfcaf, #3BC8FC);