#69ac0f
a dark, electric green · cool · closest name: olivedrab
RGB
105, 172, 15
HSL
86°, 84%, 37%
CMYK
39, 0, 91, 33
Luminance
0.3254
Every format
| HEX | #69ac0f |
| RGB | rgb(105, 172, 15) |
| HSL | hsl(86, 84%, 37%) |
| CMYK | cmyk(39%, 0%, 91%, 33%) |
| LAB | lab(63.8 -43.3 63.0) |
| LCH | lch(63.8 76.4 124.5) |
| OKLCH | oklch(0.673 0.183 132.1) |
Copy-ready code
/* CSS */
color: #69ac0f;
background-color: #69ac0f;
/* Tailwind (arbitrary) */
class="text-[#69ac0f] bg-[#69ac0f]"
/* SCSS */
$brand: #69ac0f;
/* SwiftUI */
Color(red: 0.412, green: 0.675, blue: 0.059)
/* Android */
Color.parseColor("#69ac0f")Accessibility — WCAG contrast
Aa
#69ac0f on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69ac0f on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green67.5%
Blue5.9%
CMYK percentages
Cyan39.0%
Magenta0.0%
Yellow91.3%
Key (black)32.5%
Color previews
#69ac0f text on a black background
contrast 7.51:1
Card sample
#69ac0f text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69ac0f;
Background color
Panel with #69ac0f background
background-color: #69ac0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69ac0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 172, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 172, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69ac0f; background: linear-gradient(135deg, #69ac0f, #0FAC1E);