#67cf08
a dark, electric green · cool · closest name: lime
RGB
103, 207, 8
HSL
91°, 93%, 42%
CMYK
50, 0, 96, 19
Luminance
0.4753
Every format
| HEX | #67cf08 |
| RGB | rgb(103, 207, 8) |
| HSL | hsl(91, 93%, 42%) |
| CMYK | cmyk(50%, 0%, 96%, 19%) |
| LAB | lab(74.5 -57.7 72.5) |
| LCH | lch(74.5 92.7 128.5) |
| OKLCH | oklch(0.761 0.225 136.0) |
Copy-ready code
/* CSS */
color: #67cf08;
background-color: #67cf08;
/* Tailwind (arbitrary) */
class="text-[#67cf08] bg-[#67cf08]"
/* SCSS */
$brand: #67cf08;
/* SwiftUI */
Color(red: 0.404, green: 0.812, blue: 0.031)
/* Android */
Color.parseColor("#67cf08")Accessibility — WCAG contrast
Aa
#67cf08 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67cf08 on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green81.2%
Blue3.1%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow96.1%
Key (black)18.8%
Color previews
#67cf08 text on a black background
contrast 10.51:1
Card sample
#67cf08 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67cf08;
Background color
Panel with #67cf08 background
background-color: #67cf08;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67cf08;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 207, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 207, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67cf08; background: linear-gradient(135deg, #67cf08, #08CF2E);