#71af65
a balanced, soft green · cool · closest name: seagreen
RGB
113, 175, 101
HSL
110°, 32%, 54%
CMYK
35, 0, 42, 31
Luminance
0.3511
Every format
| HEX | #71af65 |
| RGB | rgb(113, 175, 101) |
| HSL | hsl(110, 32%, 54%) |
| CMYK | cmyk(35%, 0%, 42%, 31%) |
| LAB | lab(65.8 -34.6 31.7) |
| LCH | lch(65.8 46.9 137.4) |
| OKLCH | oklch(0.694 0.122 140.4) |
Copy-ready code
/* CSS */
color: #71af65;
background-color: #71af65;
/* Tailwind (arbitrary) */
class="text-[#71af65] bg-[#71af65]"
/* SCSS */
$brand: #71af65;
/* SwiftUI */
Color(red: 0.443, green: 0.686, blue: 0.396)
/* Android */
Color.parseColor("#71af65")Accessibility — WCAG contrast
Aa
#71af65 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71af65 on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green68.6%
Blue39.6%
CMYK percentages
Cyan35.4%
Magenta0.0%
Yellow42.3%
Key (black)31.4%
Color previews
#71af65 text on a black background
contrast 8.02:1
Card sample
#71af65 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71af65;
Background color
Panel with #71af65 background
background-color: #71af65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71af65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 175, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 175, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71af65; background: linear-gradient(135deg, #71af65, #65AF8A);