#adcfb3
a light, soft green · cool · closest name: silver
RGB
173, 207, 179
HSL
131°, 26%, 75%
CMYK
16, 0, 14, 19
Luminance
0.5676
Every format
| HEX | #adcfb3 |
| RGB | rgb(173, 207, 179) |
| HSL | hsl(131, 26%, 75%) |
| CMYK | cmyk(16%, 0%, 14%, 19%) |
| LAB | lab(80.0 -16.7 10.2) |
| LCH | lch(80.0 19.6 148.6) |
| OKLCH | oklch(0.822 0.053 150.2) |
Copy-ready code
/* CSS */
color: #adcfb3;
background-color: #adcfb3;
/* Tailwind (arbitrary) */
class="text-[#adcfb3] bg-[#adcfb3]"
/* SCSS */
$brand: #adcfb3;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.702)
/* Android */
Color.parseColor("#adcfb3")Accessibility — WCAG contrast
Aa
#adcfb3 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcfb3 on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue70.2%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow13.5%
Key (black)18.8%
Color previews
#adcfb3 text on a black background
contrast 12.35:1
Card sample
#adcfb3 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcfb3;
Background color
Panel with #adcfb3 background
background-color: #adcfb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcfb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcfb3; background: linear-gradient(135deg, #adcfb3, #ADCFCA);