#adc5ba
a light, soft green · cool · closest name: silver
RGB
173, 197, 186
HSL
153°, 17%, 73%
CMYK
12, 0, 6, 23
Luminance
0.5236
Every format
| HEX | #adc5ba |
| RGB | rgb(173, 197, 186) |
| HSL | hsl(153, 17%, 73%) |
| CMYK | cmyk(12%, 0%, 6%, 23%) |
| LAB | lab(77.5 -10.3 2.8) |
| LCH | lch(77.5 10.6 164.9) |
| OKLCH | oklch(0.802 0.030 166.3) |
Copy-ready code
/* CSS */
color: #adc5ba;
background-color: #adc5ba;
/* Tailwind (arbitrary) */
class="text-[#adc5ba] bg-[#adc5ba]"
/* SCSS */
$brand: #adc5ba;
/* SwiftUI */
Color(red: 0.678, green: 0.773, blue: 0.729)
/* Android */
Color.parseColor("#adc5ba")Accessibility — WCAG contrast
Aa
#adc5ba on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc5ba on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green77.3%
Blue72.9%
CMYK percentages
Cyan12.2%
Magenta0.0%
Yellow5.6%
Key (black)22.7%
Color previews
#adc5ba text on a black background
contrast 11.47:1
Card sample
#adc5ba text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc5ba;
Background color
Panel with #adc5ba background
background-color: #adc5ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc5ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 197, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 197, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc5ba; background: linear-gradient(135deg, #adc5ba, #ADC0C5);