#adceb2
a light, soft green · cool · closest name: silver
RGB
173, 206, 178
HSL
129°, 25%, 74%
CMYK
16, 0, 14, 19
Luminance
0.5624
Every format
| HEX | #adceb2 |
| RGB | rgb(173, 206, 178) |
| HSL | hsl(129, 25%, 74%) |
| CMYK | cmyk(16%, 0%, 14%, 19%) |
| LAB | lab(79.8 -16.4 10.3) |
| LCH | lch(79.8 19.4 147.8) |
| OKLCH | oklch(0.820 0.052 149.4) |
Copy-ready code
/* CSS */
color: #adceb2;
background-color: #adceb2;
/* Tailwind (arbitrary) */
class="text-[#adceb2] bg-[#adceb2]"
/* SCSS */
$brand: #adceb2;
/* SwiftUI */
Color(red: 0.678, green: 0.808, blue: 0.698)
/* Android */
Color.parseColor("#adceb2")Accessibility — WCAG contrast
Aa
#adceb2 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adceb2 on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green80.8%
Blue69.8%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow13.6%
Key (black)19.2%
Color previews
#adceb2 text on a black background
contrast 12.25:1
Card sample
#adceb2 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adceb2;
Background color
Panel with #adceb2 background
background-color: #adceb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adceb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 206, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 206, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adceb2; background: linear-gradient(135deg, #adceb2, #ADCEC8);