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