#69df38
a balanced, vivid green · cool · closest name: lime
RGB
105, 223, 56
HSL
102°, 72%, 55%
CMYK
53, 0, 75, 13
Luminance
0.5606
Every format
| HEX | #69df38 |
| RGB | rgb(105, 223, 56) |
| HSL | hsl(102, 72%, 55%) |
| CMYK | cmyk(53%, 0%, 75%, 13%) |
| LAB | lab(79.7 -61.1 66.9) |
| LCH | lch(79.7 90.6 132.4) |
| OKLCH | oklch(0.804 0.226 138.4) |
Copy-ready code
/* CSS */
color: #69df38;
background-color: #69df38;
/* Tailwind (arbitrary) */
class="text-[#69df38] bg-[#69df38]"
/* SCSS */
$brand: #69df38;
/* SwiftUI */
Color(red: 0.412, green: 0.875, blue: 0.220)
/* Android */
Color.parseColor("#69df38")Accessibility — WCAG contrast
Aa
#69df38 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69df38 on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green87.5%
Blue22.0%
CMYK percentages
Cyan52.9%
Magenta0.0%
Yellow74.9%
Key (black)12.5%
Color previews
#69df38 text on a black background
contrast 12.21:1
Card sample
#69df38 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69df38;
Background color
Panel with #69df38 background
background-color: #69df38;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69df38;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 223, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 223, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69df38; background: linear-gradient(135deg, #69df38, #38DF76);