#adcfac
a light, soft green · cool · closest name: beige
RGB
173, 207, 172
HSL
118°, 27%, 74%
CMYK
16, 0, 17, 19
Luminance
0.5649
Every format
| HEX | #adcfac |
| RGB | rgb(173, 207, 172) |
| HSL | hsl(118, 27%, 74%) |
| CMYK | cmyk(16%, 0%, 17%, 19%) |
| LAB | lab(79.9 -18.0 13.7) |
| LCH | lch(79.9 22.6 142.7) |
| OKLCH | oklch(0.820 0.060 144.3) |
Copy-ready code
/* CSS */
color: #adcfac;
background-color: #adcfac;
/* Tailwind (arbitrary) */
class="text-[#adcfac] bg-[#adcfac]"
/* SCSS */
$brand: #adcfac;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#adcfac")Accessibility — WCAG contrast
Aa
#adcfac on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcfac on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue67.5%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#adcfac text on a black background
contrast 12.30:1
Card sample
#adcfac text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcfac;
Background color
Panel with #adcfac background
background-color: #adcfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcfac; background: linear-gradient(135deg, #adcfac, #ACCFC2);