#3ad968
a balanced, vivid green · cool · closest name: forestgreen
RGB
58, 217, 104
HSL
137°, 68%, 54%
CMYK
73, 0, 52, 15
Luminance
0.5152
Every format
| HEX | #3ad968 |
| RGB | rgb(58, 217, 104) |
| HSL | hsl(137, 68%, 54%) |
| CMYK | cmyk(73%, 0%, 52%, 15%) |
| LAB | lab(77.0 -64.0 43.9) |
| LCH | lch(77.0 77.6 145.6) |
| OKLCH | oklch(0.780 0.202 148.5) |
Copy-ready code
/* CSS */
color: #3ad968;
background-color: #3ad968;
/* Tailwind (arbitrary) */
class="text-[#3ad968] bg-[#3ad968]"
/* SCSS */
$brand: #3ad968;
/* SwiftUI */
Color(red: 0.227, green: 0.851, blue: 0.408)
/* Android */
Color.parseColor("#3ad968")Accessibility — WCAG contrast
Aa
#3ad968 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ad968 on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green85.1%
Blue40.8%
CMYK percentages
Cyan73.3%
Magenta0.0%
Yellow52.1%
Key (black)14.9%
Color previews
#3ad968 text on a black background
contrast 11.30:1
Card sample
#3ad968 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ad968;
Background color
Panel with #3ad968 background
background-color: #3ad968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ad968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 217, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 217, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ad968; background: linear-gradient(135deg, #3ad968, #3AD9D2);