#adf269
a light, electric green · cool · closest name: khaki
RGB
173, 242, 105
HSL
90°, 84%, 68%
CMYK
29, 0, 57, 5
Luminance
0.7341
Every format
| HEX | #adf269 |
| RGB | rgb(173, 242, 105) |
| HSL | hsl(90, 84%, 68%) |
| CMYK | cmyk(29%, 0%, 57%, 5%) |
| LAB | lab(88.6 -43.3 58.3) |
| LCH | lch(88.6 72.6 126.6) |
| OKLCH | oklch(0.887 0.182 131.5) |
Copy-ready code
/* CSS */
color: #adf269;
background-color: #adf269;
/* Tailwind (arbitrary) */
class="text-[#adf269] bg-[#adf269]"
/* SCSS */
$brand: #adf269;
/* SwiftUI */
Color(red: 0.678, green: 0.949, blue: 0.412)
/* Android */
Color.parseColor("#adf269")Accessibility — WCAG contrast
Aa
#adf269 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf269 on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green94.9%
Blue41.2%
CMYK percentages
Cyan28.5%
Magenta0.0%
Yellow56.6%
Key (black)5.1%
Color previews
#adf269 text on a black background
contrast 15.68:1
Card sample
#adf269 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf269;
Background color
Panel with #adf269 background
background-color: #adf269;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf269;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 242, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 242, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf269; background: linear-gradient(135deg, #adf269, #69F280);