#adf4cd
a light, electric green · cool · closest name: aquamarine
RGB
173, 244, 205
HSL
147°, 76%, 82%
CMYK
29, 0, 16, 4
Luminance
0.7799
Every format
| HEX | #adf4cd |
| RGB | rgb(173, 244, 205) |
| HSL | hsl(147, 76%, 82%) |
| CMYK | cmyk(29%, 0%, 16%, 4%) |
| LAB | lab(90.8 -29.9 11.8) |
| LCH | lch(90.8 32.1 158.4) |
| OKLCH | oklch(0.910 0.089 159.9) |
Copy-ready code
/* CSS */
color: #adf4cd;
background-color: #adf4cd;
/* Tailwind (arbitrary) */
class="text-[#adf4cd] bg-[#adf4cd]"
/* SCSS */
$brand: #adf4cd;
/* SwiftUI */
Color(red: 0.678, green: 0.957, blue: 0.804)
/* Android */
Color.parseColor("#adf4cd")Accessibility — WCAG contrast
Aa
#adf4cd on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf4cd on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green95.7%
Blue80.4%
CMYK percentages
Cyan29.1%
Magenta0.0%
Yellow16.0%
Key (black)4.3%
Color previews
#adf4cd text on a black background
contrast 16.60:1
Card sample
#adf4cd text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf4cd;
Background color
Panel with #adf4cd background
background-color: #adf4cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf4cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 244, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 244, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf4cd; background: linear-gradient(135deg, #adf4cd, #ADECF4);