#6fd13f
a balanced, vivid green · cool · closest name: forestgreen
RGB
111, 209, 63
HSL
100°, 61%, 53%
CMYK
47, 0, 70, 18
Luminance
0.4934
Every format
| HEX | #6fd13f |
| RGB | rgb(111, 209, 63) |
| HSL | hsl(100, 61%, 53%) |
| CMYK | cmyk(47%, 0%, 70%, 18%) |
| LAB | lab(75.7 -53.7 60.5) |
| LCH | lch(75.7 80.9 131.6) |
| OKLCH | oklch(0.772 0.202 137.3) |
Copy-ready code
/* CSS */
color: #6fd13f;
background-color: #6fd13f;
/* Tailwind (arbitrary) */
class="text-[#6fd13f] bg-[#6fd13f]"
/* SCSS */
$brand: #6fd13f;
/* SwiftUI */
Color(red: 0.435, green: 0.820, blue: 0.247)
/* Android */
Color.parseColor("#6fd13f")Accessibility — WCAG contrast
Aa
#6fd13f on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fd13f on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green82.0%
Blue24.7%
CMYK percentages
Cyan46.9%
Magenta0.0%
Yellow69.9%
Key (black)18.0%
Color previews
#6fd13f text on a black background
contrast 10.87:1
Card sample
#6fd13f text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fd13f;
Background color
Panel with #6fd13f background
background-color: #6fd13f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fd13f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 209, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 209, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fd13f; background: linear-gradient(135deg, #6fd13f, #3FD170);