#adcab2
a light, soft green · cool · closest name: silver
RGB
173, 202, 178
HSL
130°, 22%, 74%
CMYK
14, 0, 12, 21
Luminance
0.5434
Every format
| HEX | #adcab2 |
| RGB | rgb(173, 202, 178) |
| HSL | hsl(130, 22%, 74%) |
| CMYK | cmyk(14%, 0%, 12%, 21%) |
| LAB | lab(78.7 -14.3 8.8) |
| LCH | lch(78.7 16.8 148.6) |
| OKLCH | oklch(0.811 0.046 150.2) |
Copy-ready code
/* CSS */
color: #adcab2;
background-color: #adcab2;
/* Tailwind (arbitrary) */
class="text-[#adcab2] bg-[#adcab2]"
/* SCSS */
$brand: #adcab2;
/* SwiftUI */
Color(red: 0.678, green: 0.792, blue: 0.698)
/* Android */
Color.parseColor("#adcab2")Accessibility — WCAG contrast
Aa
#adcab2 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcab2 on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green79.2%
Blue69.8%
CMYK percentages
Cyan14.4%
Magenta0.0%
Yellow11.9%
Key (black)20.8%
Color previews
#adcab2 text on a black background
contrast 11.87:1
Card sample
#adcab2 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcab2;
Background color
Panel with #adcab2 background
background-color: #adcab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 202, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 202, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcab2; background: linear-gradient(135deg, #adcab2, #ADCAC5);