#adcf8b
a light, soft green · cool · closest name: khaki
RGB
173, 207, 139
HSL
90°, 42%, 68%
CMYK
16, 0, 33, 19
Luminance
0.5537
Every format
| HEX | #adcf8b |
| RGB | rgb(173, 207, 139) |
| HSL | hsl(90, 42%, 68%) |
| CMYK | cmyk(16%, 0%, 33%, 19%) |
| LAB | lab(79.3 -23.2 30.2) |
| LCH | lch(79.3 38.1 127.5) |
| OKLCH | oklch(0.813 0.098 129.9) |
Copy-ready code
/* CSS */
color: #adcf8b;
background-color: #adcf8b;
/* Tailwind (arbitrary) */
class="text-[#adcf8b] bg-[#adcf8b]"
/* SCSS */
$brand: #adcf8b;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.545)
/* Android */
Color.parseColor("#adcf8b")Accessibility — WCAG contrast
Aa
#adcf8b on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcf8b on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue54.5%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow32.9%
Key (black)18.8%
Color previews
#adcf8b text on a black background
contrast 12.07:1
Card sample
#adcf8b text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcf8b;
Background color
Panel with #adcf8b background
background-color: #adcf8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcf8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcf8b; background: linear-gradient(135deg, #adcf8b, #8BCF96);