#adcbaf
a light, soft green · cool · closest name: silver
RGB
173, 203, 175
HSL
124°, 22%, 74%
CMYK
15, 0, 14, 20
Luminance
0.5469
Every format
| HEX | #adcbaf |
| RGB | rgb(173, 203, 175) |
| HSL | hsl(124, 22%, 74%) |
| CMYK | cmyk(15%, 0%, 14%, 20%) |
| LAB | lab(78.9 -15.4 10.6) |
| LCH | lch(78.9 18.7 145.4) |
| OKLCH | oklch(0.812 0.051 146.9) |
Copy-ready code
/* CSS */
color: #adcbaf;
background-color: #adcbaf;
/* Tailwind (arbitrary) */
class="text-[#adcbaf] bg-[#adcbaf]"
/* SCSS */
$brand: #adcbaf;
/* SwiftUI */
Color(red: 0.678, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#adcbaf")Accessibility — WCAG contrast
Aa
#adcbaf on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcbaf on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green79.6%
Blue68.6%
CMYK percentages
Cyan14.8%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#adcbaf text on a black background
contrast 11.94:1
Card sample
#adcbaf text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcbaf;
Background color
Panel with #adcbaf background
background-color: #adcbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcbaf; background: linear-gradient(135deg, #adcbaf, #ADCBC3);