#adcfb6
a light, soft green · cool · closest name: silver
RGB
173, 207, 182
HSL
136°, 26%, 75%
CMYK
16, 0, 12, 19
Luminance
0.5689
Every format
| HEX | #adcfb6 |
| RGB | rgb(173, 207, 182) |
| HSL | hsl(136, 26%, 75%) |
| CMYK | cmyk(16%, 0%, 12%, 19%) |
| LAB | lab(80.1 -16.1 8.7) |
| LCH | lch(80.1 18.3 151.7) |
| OKLCH | oklch(0.823 0.050 153.3) |
Copy-ready code
/* CSS */
color: #adcfb6;
background-color: #adcfb6;
/* Tailwind (arbitrary) */
class="text-[#adcfb6] bg-[#adcfb6]"
/* SCSS */
$brand: #adcfb6;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.714)
/* Android */
Color.parseColor("#adcfb6")Accessibility — WCAG contrast
Aa
#adcfb6 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcfb6 on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue71.4%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow12.1%
Key (black)18.8%
Color previews
#adcfb6 text on a black background
contrast 12.38:1
Card sample
#adcfb6 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcfb6;
Background color
Panel with #adcfb6 background
background-color: #adcfb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcfb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcfb6; background: linear-gradient(135deg, #adcfb6, #ADCFCD);