#adf169
a light, electric green · cool · closest name: khaki
RGB
173, 241, 105
HSL
90°, 83%, 68%
CMYK
28, 0, 56, 6
Luminance
0.7281
Every format
| HEX | #adf169 |
| RGB | rgb(173, 241, 105) |
| HSL | hsl(90, 83%, 68%) |
| CMYK | cmyk(28%, 0%, 56%, 6%) |
| LAB | lab(88.4 -42.9 57.9) |
| LCH | lch(88.4 72.1 126.5) |
| OKLCH | oklch(0.885 0.181 131.4) |
Copy-ready code
/* CSS */
color: #adf169;
background-color: #adf169;
/* Tailwind (arbitrary) */
class="text-[#adf169] bg-[#adf169]"
/* SCSS */
$brand: #adf169;
/* SwiftUI */
Color(red: 0.678, green: 0.945, blue: 0.412)
/* Android */
Color.parseColor("#adf169")Accessibility — WCAG contrast
Aa
#adf169 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf169 on black: 15.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green94.5%
Blue41.2%
CMYK percentages
Cyan28.2%
Magenta0.0%
Yellow56.4%
Key (black)5.5%
Color previews
#adf169 text on a black background
contrast 15.56:1
Card sample
#adf169 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf169;
Background color
Panel with #adf169 background
background-color: #adf169;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf169;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 241, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 241, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf169; background: linear-gradient(135deg, #adf169, #69F180);