#69f769
a light, electric green · cool · closest name: lime
RGB
105, 247, 105
HSL
120°, 90%, 69%
CMYK
58, 0, 58, 3
Luminance
0.7054
Every format
| HEX | #69f769 |
| RGB | rgb(105, 247, 105) |
| HSL | hsl(120, 90%, 69%) |
| CMYK | cmyk(58%, 0%, 58%, 3%) |
| LAB | lab(87.3 -65.4 55.9) |
| LCH | lch(87.3 86.0 139.5) |
| OKLCH | oklch(0.868 0.221 143.4) |
Copy-ready code
/* CSS */
color: #69f769;
background-color: #69f769;
/* Tailwind (arbitrary) */
class="text-[#69f769] bg-[#69f769]"
/* SCSS */
$brand: #69f769;
/* SwiftUI */
Color(red: 0.412, green: 0.969, blue: 0.412)
/* Android */
Color.parseColor("#69f769")Accessibility — WCAG contrast
Aa
#69f769 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69f769 on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green96.9%
Blue41.2%
CMYK percentages
Cyan57.5%
Magenta0.0%
Yellow57.5%
Key (black)3.1%
Color previews
#69f769 text on a black background
contrast 15.11:1
Card sample
#69f769 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69f769;
Background color
Panel with #69f769 background
background-color: #69f769;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69f769;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 247, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 247, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69f769; background: linear-gradient(135deg, #69f769, #69F7C8);