#3fd19c
a balanced, vivid green · cool · closest name: aquamarine
RGB
63, 209, 156
HSL
158°, 61%, 53%
CMYK
70, 0, 25, 18
Luminance
0.4906
Every format
| HEX | #3fd19c |
| RGB | rgb(63, 209, 156) |
| HSL | hsl(158, 61%, 53%) |
| CMYK | cmyk(70%, 0%, 25%, 18%) |
| LAB | lab(75.5 -50.7 15.3) |
| LCH | lch(75.5 53.0 163.2) |
| OKLCH | oklch(0.771 0.145 164.3) |
Copy-ready code
/* CSS */
color: #3fd19c;
background-color: #3fd19c;
/* Tailwind (arbitrary) */
class="text-[#3fd19c] bg-[#3fd19c]"
/* SCSS */
$brand: #3fd19c;
/* SwiftUI */
Color(red: 0.247, green: 0.820, blue: 0.612)
/* Android */
Color.parseColor("#3fd19c")Accessibility — WCAG contrast
Aa
#3fd19c on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fd19c on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green82.0%
Blue61.2%
CMYK percentages
Cyan69.9%
Magenta0.0%
Yellow25.4%
Key (black)18.0%
Color previews
#3fd19c text on a black background
contrast 10.81:1
Card sample
#3fd19c text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fd19c;
Background color
Panel with #3fd19c background
background-color: #3fd19c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fd19c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 209, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 209, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fd19c; background: linear-gradient(135deg, #3fd19c, #3FA5D1);