#6fcf13
a dark, electric green · cool · closest name: lime
RGB
111, 207, 19
HSL
91°, 83%, 44%
CMYK
46, 0, 91, 19
Luminance
0.4805
Every format
| HEX | #6fcf13 |
| RGB | rgb(111, 207, 19) |
| HSL | hsl(91, 83%, 44%) |
| CMYK | cmyk(46%, 0%, 91%, 19%) |
| LAB | lab(74.9 -55.1 71.6) |
| LCH | lch(74.9 90.3 127.6) |
| OKLCH | oklch(0.765 0.219 135.0) |
Copy-ready code
/* CSS */
color: #6fcf13;
background-color: #6fcf13;
/* Tailwind (arbitrary) */
class="text-[#6fcf13] bg-[#6fcf13]"
/* SCSS */
$brand: #6fcf13;
/* SwiftUI */
Color(red: 0.435, green: 0.812, blue: 0.075)
/* Android */
Color.parseColor("#6fcf13")Accessibility — WCAG contrast
Aa
#6fcf13 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fcf13 on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green81.2%
Blue7.5%
CMYK percentages
Cyan46.4%
Magenta0.0%
Yellow90.8%
Key (black)18.8%
Color previews
#6fcf13 text on a black background
contrast 10.61:1
Card sample
#6fcf13 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fcf13;
Background color
Panel with #6fcf13 background
background-color: #6fcf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fcf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 207, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 207, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fcf13; background: linear-gradient(135deg, #6fcf13, #13CF34);