#adecaf
a light, vivid green · cool · closest name: aquamarine
RGB
173, 236, 175
HSL
122°, 62%, 80%
CMYK
27, 0, 26, 8
Luminance
0.7197
Every format
| HEX | #adecaf |
| RGB | rgb(173, 236, 175) |
| HSL | hsl(122, 62%, 80%) |
| CMYK | cmyk(27%, 0%, 26%, 8%) |
| LAB | lab(88.0 -31.5 23.4) |
| LCH | lch(88.0 39.2 143.4) |
| OKLCH | oklch(0.885 0.105 145.4) |
Copy-ready code
/* CSS */
color: #adecaf;
background-color: #adecaf;
/* Tailwind (arbitrary) */
class="text-[#adecaf] bg-[#adecaf]"
/* SCSS */
$brand: #adecaf;
/* SwiftUI */
Color(red: 0.678, green: 0.925, blue: 0.686)
/* Android */
Color.parseColor("#adecaf")Accessibility — WCAG contrast
Aa
#adecaf on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adecaf on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.5%
Blue68.6%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow25.8%
Key (black)7.5%
Color previews
#adecaf text on a black background
contrast 15.39:1
Card sample
#adecaf text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adecaf;
Background color
Panel with #adecaf background
background-color: #adecaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adecaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 236, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 236, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adecaf; background: linear-gradient(135deg, #adecaf, #ADECD9);