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