#adcfba
a light, soft green · cool · closest name: silver
RGB
173, 207, 186
HSL
143°, 26%, 75%
CMYK
16, 0, 10, 19
Luminance
0.5706
Every format
| HEX | #adcfba |
| RGB | rgb(173, 207, 186) |
| HSL | hsl(143, 26%, 75%) |
| CMYK | cmyk(16%, 0%, 10%, 19%) |
| LAB | lab(80.2 -15.4 6.7) |
| LCH | lch(80.2 16.8 156.5) |
| OKLCH | oklch(0.824 0.047 158.1) |
Copy-ready code
/* CSS */
color: #adcfba;
background-color: #adcfba;
/* Tailwind (arbitrary) */
class="text-[#adcfba] bg-[#adcfba]"
/* SCSS */
$brand: #adcfba;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#adcfba")Accessibility — WCAG contrast
Aa
#adcfba on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcfba on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue72.9%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#adcfba text on a black background
contrast 12.41:1
Card sample
#adcfba text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcfba;
Background color
Panel with #adcfba background
background-color: #adcfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcfba; background: linear-gradient(135deg, #adcfba, #ADCDCF);