#6fcd13
a dark, electric green · cool · closest name: green
RGB
111, 205, 19
HSL
90°, 83%, 44%
CMYK
46, 0, 91, 20
Luminance
0.4709
Every format
| HEX | #6fcd13 |
| RGB | rgb(111, 205, 19) |
| HSL | hsl(90, 83%, 44%) |
| CMYK | cmyk(46%, 0%, 91%, 20%) |
| LAB | lab(74.3 -54.3 71.1) |
| LCH | lch(74.3 89.5 127.4) |
| OKLCH | oklch(0.760 0.217 134.8) |
Copy-ready code
/* CSS */
color: #6fcd13;
background-color: #6fcd13;
/* Tailwind (arbitrary) */
class="text-[#6fcd13] bg-[#6fcd13]"
/* SCSS */
$brand: #6fcd13;
/* SwiftUI */
Color(red: 0.435, green: 0.804, blue: 0.075)
/* Android */
Color.parseColor("#6fcd13")Accessibility — WCAG contrast
Aa
#6fcd13 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fcd13 on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green80.4%
Blue7.5%
CMYK percentages
Cyan45.9%
Magenta0.0%
Yellow90.7%
Key (black)19.6%
Color previews
#6fcd13 text on a black background
contrast 10.42:1
Card sample
#6fcd13 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fcd13;
Background color
Panel with #6fcd13 background
background-color: #6fcd13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fcd13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 205, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 205, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fcd13; background: linear-gradient(135deg, #6fcd13, #13CD33);