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