#adf7cd
a light, electric green · cool · closest name: aquamarine
RGB
173, 247, 205
HSL
146°, 82%, 82%
CMYK
30, 0, 17, 3
Luminance
0.7981
Every format
| HEX | #adf7cd |
| RGB | rgb(173, 247, 205) |
| HSL | hsl(146, 82%, 82%) |
| CMYK | cmyk(30%, 0%, 17%, 3%) |
| LAB | lab(91.6 -31.3 13.0) |
| LCH | lch(91.6 33.9 157.5) |
| OKLCH | oklch(0.916 0.093 159.0) |
Copy-ready code
/* CSS */
color: #adf7cd;
background-color: #adf7cd;
/* Tailwind (arbitrary) */
class="text-[#adf7cd] bg-[#adf7cd]"
/* SCSS */
$brand: #adf7cd;
/* SwiftUI */
Color(red: 0.678, green: 0.969, blue: 0.804)
/* Android */
Color.parseColor("#adf7cd")Accessibility — WCAG contrast
Aa
#adf7cd on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf7cd on black: 16.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green96.9%
Blue80.4%
CMYK percentages
Cyan30.0%
Magenta0.0%
Yellow17.0%
Key (black)3.1%
Color previews
#adf7cd text on a black background
contrast 16.96:1
Card sample
#adf7cd text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf7cd;
Background color
Panel with #adf7cd background
background-color: #adf7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 247, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 247, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf7cd; background: linear-gradient(135deg, #adf7cd, #ADF0F7);