#adc9bb
a light, soft green · cool · closest name: silver
RGB
173, 201, 187
HSL
150°, 21%, 73%
CMYK
14, 0, 7, 21
Luminance
0.5425
Every format
| HEX | #adc9bb |
| RGB | rgb(173, 201, 187) |
| HSL | hsl(150, 21%, 73%) |
| CMYK | cmyk(14%, 0%, 7%, 21%) |
| LAB | lab(78.6 -12.1 3.8) |
| LCH | lch(78.6 12.7 162.4) |
| OKLCH | oklch(0.811 0.036 163.9) |
Copy-ready code
/* CSS */
color: #adc9bb;
background-color: #adc9bb;
/* Tailwind (arbitrary) */
class="text-[#adc9bb] bg-[#adc9bb]"
/* SCSS */
$brand: #adc9bb;
/* SwiftUI */
Color(red: 0.678, green: 0.788, blue: 0.733)
/* Android */
Color.parseColor("#adc9bb")Accessibility — WCAG contrast
Aa
#adc9bb on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adc9bb on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green78.8%
Blue73.3%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow7.0%
Key (black)21.2%
Color previews
#adc9bb text on a black background
contrast 11.85:1
Card sample
#adc9bb text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adc9bb;
Background color
Panel with #adc9bb background
background-color: #adc9bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adc9bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 201, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 201, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adc9bb; background: linear-gradient(135deg, #adc9bb, #ADC4C9);