#3fcb85
a balanced, vivid green · cool · closest name: aquamarine
RGB
63, 203, 133
HSL
150°, 57%, 52%
CMYK
69, 0, 35, 20
Luminance
0.4546
Every format
| HEX | #3fcb85 |
| RGB | rgb(63, 203, 133) |
| HSL | hsl(150, 57%, 52%) |
| CMYK | cmyk(69%, 0%, 35%, 20%) |
| LAB | lab(73.2 -53.2 24.4) |
| LCH | lch(73.2 58.5 155.4) |
| OKLCH | oklch(0.751 0.157 157.0) |
Copy-ready code
/* CSS */
color: #3fcb85;
background-color: #3fcb85;
/* Tailwind (arbitrary) */
class="text-[#3fcb85] bg-[#3fcb85]"
/* SCSS */
$brand: #3fcb85;
/* SwiftUI */
Color(red: 0.247, green: 0.796, blue: 0.522)
/* Android */
Color.parseColor("#3fcb85")Accessibility — WCAG contrast
Aa
#3fcb85 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fcb85 on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green79.6%
Blue52.2%
CMYK percentages
Cyan69.0%
Magenta0.0%
Yellow34.5%
Key (black)20.4%
Color previews
#3fcb85 text on a black background
contrast 10.09:1
Card sample
#3fcb85 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fcb85;
Background color
Panel with #3fcb85 background
background-color: #3fcb85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fcb85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 203, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 203, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fcb85; background: linear-gradient(135deg, #3fcb85, #3FB4CB);