#69f169
a light, electric green · cool · closest name: lime
RGB
105, 241, 105
HSL
120°, 83%, 68%
CMYK
56, 0, 56, 6
Luminance
0.6693
Every format
| HEX | #69f169 |
| RGB | rgb(105, 241, 105) |
| HSL | hsl(120, 83%, 68%) |
| CMYK | cmyk(56%, 0%, 56%, 6%) |
| LAB | lab(85.5 -63.2 53.8) |
| LCH | lch(85.5 83.0 139.6) |
| OKLCH | oklch(0.854 0.214 143.4) |
Copy-ready code
/* CSS */
color: #69f169;
background-color: #69f169;
/* Tailwind (arbitrary) */
class="text-[#69f169] bg-[#69f169]"
/* SCSS */
$brand: #69f169;
/* SwiftUI */
Color(red: 0.412, green: 0.945, blue: 0.412)
/* Android */
Color.parseColor("#69f169")Accessibility — WCAG contrast
Aa
#69f169 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69f169 on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green94.5%
Blue41.2%
CMYK percentages
Cyan56.4%
Magenta0.0%
Yellow56.4%
Key (black)5.5%
Color previews
#69f169 text on a black background
contrast 14.39:1
Card sample
#69f169 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69f169;
Background color
Panel with #69f169 background
background-color: #69f169;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69f169;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 241, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 241, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69f169; background: linear-gradient(135deg, #69f169, #69F1C4);