#adceaf
a light, soft green · cool · closest name: beige
RGB
173, 206, 175
HSL
124°, 25%, 74%
CMYK
16, 0, 15, 19
Luminance
0.5612
Every format
| HEX | #adceaf |
| RGB | rgb(173, 206, 175) |
| HSL | hsl(124, 25%, 74%) |
| CMYK | cmyk(16%, 0%, 15%, 19%) |
| LAB | lab(79.7 -16.9 11.8) |
| LCH | lch(79.7 20.6 145.1) |
| OKLCH | oklch(0.819 0.056 146.7) |
Copy-ready code
/* CSS */
color: #adceaf;
background-color: #adceaf;
/* Tailwind (arbitrary) */
class="text-[#adceaf] bg-[#adceaf]"
/* SCSS */
$brand: #adceaf;
/* SwiftUI */
Color(red: 0.678, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#adceaf")Accessibility — WCAG contrast
Aa
#adceaf on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adceaf on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green80.8%
Blue68.6%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#adceaf text on a black background
contrast 12.22:1
Card sample
#adceaf text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adceaf;
Background color
Panel with #adceaf background
background-color: #adceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adceaf; background: linear-gradient(135deg, #adceaf, #ADCEC5);