#3daf7c
a balanced, vivid green · cool · closest name: seagreen
RGB
61, 175, 124
HSL
153°, 48%, 46%
CMYK
65, 0, 29, 31
Luminance
0.3311
Every format
| HEX | #3daf7c |
| RGB | rgb(61, 175, 124) |
| HSL | hsl(153, 48%, 46%) |
| CMYK | cmyk(65%, 0%, 29%, 31%) |
| LAB | lab(64.3 -44.1 16.9) |
| LCH | lch(64.3 47.3 159.0) |
| OKLCH | oklch(0.676 0.128 160.3) |
Copy-ready code
/* CSS */
color: #3daf7c;
background-color: #3daf7c;
/* Tailwind (arbitrary) */
class="text-[#3daf7c] bg-[#3daf7c]"
/* SCSS */
$brand: #3daf7c;
/* SwiftUI */
Color(red: 0.239, green: 0.686, blue: 0.486)
/* Android */
Color.parseColor("#3daf7c")Accessibility — WCAG contrast
Aa
#3daf7c on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3daf7c on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green68.6%
Blue48.6%
CMYK percentages
Cyan65.1%
Magenta0.0%
Yellow29.1%
Key (black)31.4%
Color previews
#3daf7c text on a black background
contrast 7.62:1
Card sample
#3daf7c text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3daf7c;
Background color
Panel with #3daf7c background
background-color: #3daf7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3daf7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 175, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 175, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3daf7c; background: linear-gradient(135deg, #3daf7c, #3D96AF);