#3bfdbc
a balanced, electric green · cool · closest name: aquamarine
RGB
59, 253, 188
HSL
160°, 98%, 61%
CMYK
77, 0, 26, 1
Luminance
0.7481
Every format
| HEX | #3bfdbc |
| RGB | rgb(59, 253, 188) |
| HSL | hsl(160, 98%, 61%) |
| CMYK | cmyk(77%, 0%, 26%, 1%) |
| LAB | lab(89.3 -61.3 18.0) |
| LCH | lch(89.3 63.9 163.7) |
| OKLCH | oklch(0.886 0.174 164.8) |
Copy-ready code
/* CSS */
color: #3bfdbc;
background-color: #3bfdbc;
/* Tailwind (arbitrary) */
class="text-[#3bfdbc] bg-[#3bfdbc]"
/* SCSS */
$brand: #3bfdbc;
/* SwiftUI */
Color(red: 0.231, green: 0.992, blue: 0.737)
/* Android */
Color.parseColor("#3bfdbc")Accessibility — WCAG contrast
Aa
#3bfdbc on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bfdbc on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green99.2%
Blue73.7%
CMYK percentages
Cyan76.7%
Magenta0.0%
Yellow25.7%
Key (black)0.8%
Color previews
#3bfdbc text on a black background
contrast 15.96:1
Card sample
#3bfdbc text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bfdbc;
Background color
Panel with #3bfdbc background
background-color: #3bfdbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bfdbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 253, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 253, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bfdbc; background: linear-gradient(135deg, #3bfdbc, #3BBDFD);