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