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