#adcbba
a light, soft green · cool · closest name: silver
RGB
173, 203, 186
HSL
146°, 22%, 74%
CMYK
15, 0, 8, 20
Luminance
0.5514
Every format
| HEX | #adcbba |
| RGB | rgb(173, 203, 186) |
| HSL | hsl(146, 22%, 74%) |
| CMYK | cmyk(15%, 0%, 8%, 20%) |
| LAB | lab(79.1 -13.4 5.1) |
| LCH | lch(79.1 14.3 159.0) |
| OKLCH | oklch(0.815 0.040 160.6) |
Copy-ready code
/* CSS */
color: #adcbba;
background-color: #adcbba;
/* Tailwind (arbitrary) */
class="text-[#adcbba] bg-[#adcbba]"
/* SCSS */
$brand: #adcbba;
/* SwiftUI */
Color(red: 0.678, green: 0.796, blue: 0.729)
/* Android */
Color.parseColor("#adcbba")Accessibility — WCAG contrast
Aa
#adcbba on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcbba on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green79.6%
Blue72.9%
CMYK percentages
Cyan14.8%
Magenta0.0%
Yellow8.4%
Key (black)20.4%
Color previews
#adcbba text on a black background
contrast 12.03:1
Card sample
#adcbba text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcbba;
Background color
Panel with #adcbba background
background-color: #adcbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 203, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 203, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcbba; background: linear-gradient(135deg, #adcbba, #ADC8CB);