#adcfb0
a light, soft green · cool · closest name: beige
RGB
173, 207, 176
HSL
125°, 26%, 75%
CMYK
16, 0, 15, 19
Luminance
0.5664
Every format
| HEX | #adcfb0 |
| RGB | rgb(173, 207, 176) |
| HSL | hsl(125, 26%, 75%) |
| CMYK | cmyk(16%, 0%, 15%, 19%) |
| LAB | lab(80.0 -17.3 11.7) |
| LCH | lch(80.0 20.8 145.9) |
| OKLCH | oklch(0.821 0.056 147.5) |
Copy-ready code
/* CSS */
color: #adcfb0;
background-color: #adcfb0;
/* Tailwind (arbitrary) */
class="text-[#adcfb0] bg-[#adcfb0]"
/* SCSS */
$brand: #adcfb0;
/* SwiftUI */
Color(red: 0.678, green: 0.812, blue: 0.690)
/* Android */
Color.parseColor("#adcfb0")Accessibility — WCAG contrast
Aa
#adcfb0 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adcfb0 on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green81.2%
Blue69.0%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow15.0%
Key (black)18.8%
Color previews
#adcfb0 text on a black background
contrast 12.33:1
Card sample
#adcfb0 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adcfb0;
Background color
Panel with #adcfb0 background
background-color: #adcfb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adcfb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 207, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 207, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adcfb0; background: linear-gradient(135deg, #adcfb0, #ADCFC7);