#adcf91
a light, soft green · cool · closest name: khaki
RGB
173, 207, 145
HSL
93°, 39%, 69%
CMYK
16, 0, 30, 19
Luminance
0.5555
Every format
| HEX | #adcf91 |
| RGB | rgb(173, 207, 145) |
| HSL | hsl(93, 39%, 69%) |
| CMYK | cmyk(16%, 0%, 30%, 19%) |
| LAB | lab(79.4 -22.3 27.2) |
| LCH | lch(79.4 35.2 129.4) |
| OKLCH | oklch(0.814 0.091 131.5) |
Copy-ready code
/* CSS */
color: #adcf91;
background-color: #adcf91;
/* Tailwind (arbitrary) */
class="text-[#adcf91] bg-[#adcf91]"
/* SCSS */
$brand: #adcf91;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.569)
/* Android */
Color.parseColor("#adcf91")Accessibility — WCAG contrast
Aa
#adcf91 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcf91 on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue56.9%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow30.0%
Key (black)18.8%
Color previews
#adcf91 text on a black background
contrast 12.11:1
Card sample
#adcf91 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcf91;
Background color
Panel with #adcf91 background
background-color: #adcf91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcf91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcf91; background: linear-gradient(135deg, #adcf91, #91CF9E);