#71cf9f
a balanced, vivid green · cool · closest name: aquamarine
RGB
113, 207, 159
HSL
149°, 50%, 63%
CMYK
45, 0, 23, 19
Luminance
0.5064
Every format
| HEX | #71cf9f |
| RGB | rgb(113, 207, 159) |
| HSL | hsl(149, 50%, 63%) |
| CMYK | cmyk(45%, 0%, 23%, 19%) |
| LAB | lab(76.5 -38.9 15.3) |
| LCH | lch(76.5 41.8 158.5) |
| OKLCH | oklch(0.783 0.114 159.9) |
Copy-ready code
/* CSS */
color: #71cf9f;
background-color: #71cf9f;
/* Tailwind (arbitrary) */
class="text-[#71cf9f] bg-[#71cf9f]"
/* SCSS */
$brand: #71cf9f;
/* SwiftUI */
Color(red: 0.443, green: 0.812, blue: 0.624)
/* Android */
Color.parseColor("#71cf9f")Accessibility — WCAG contrast
Aa
#71cf9f on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71cf9f on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green81.2%
Blue62.4%
CMYK percentages
Cyan45.4%
Magenta0.0%
Yellow23.2%
Key (black)18.8%
Color previews
#71cf9f text on a black background
contrast 11.13:1
Card sample
#71cf9f text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71cf9f;
Background color
Panel with #71cf9f background
background-color: #71cf9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71cf9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 207, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 207, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71cf9f; background: linear-gradient(135deg, #71cf9f, #71C0CF);