#6ace13
a dark, electric green · cool · closest name: lime
RGB
106, 206, 19
HSL
92°, 83%, 44%
CMYK
49, 0, 91, 19
Luminance
0.4725
Every format
| HEX | #6ace13 |
| RGB | rgb(106, 206, 19) |
| HSL | hsl(92, 83%, 44%) |
| CMYK | cmyk(49%, 0%, 91%, 19%) |
| LAB | lab(74.3 -56.2 71.1) |
| LCH | lch(74.3 90.7 128.3) |
| OKLCH | oklch(0.760 0.220 135.7) |
Copy-ready code
/* CSS */
color: #6ace13;
background-color: #6ace13;
/* Tailwind (arbitrary) */
class="text-[#6ace13] bg-[#6ace13]"
/* SCSS */
$brand: #6ace13;
/* SwiftUI */
Color(red: 0.416, green: 0.808, blue: 0.075)
/* Android */
Color.parseColor("#6ace13")Accessibility — WCAG contrast
Aa
#6ace13 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ace13 on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green80.8%
Blue7.5%
CMYK percentages
Cyan48.5%
Magenta0.0%
Yellow90.8%
Key (black)19.2%
Color previews
#6ace13 text on a black background
contrast 10.45:1
Card sample
#6ace13 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ace13;
Background color
Panel with #6ace13 background
background-color: #6ace13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ace13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 206, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 206, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ace13; background: linear-gradient(135deg, #6ace13, #13CE39);