#adf3ce
a light, vivid green · cool · closest name: aquamarine
RGB
173, 243, 206
HSL
148°, 75%, 82%
CMYK
29, 0, 15, 5
Luminance
0.7744
Every format
| HEX | #adf3ce |
| RGB | rgb(173, 243, 206) |
| HSL | hsl(148, 75%, 82%) |
| CMYK | cmyk(29%, 0%, 15%, 5%) |
| LAB | lab(90.5 -29.2 10.9) |
| LCH | lch(90.5 31.2 159.5) |
| OKLCH | oklch(0.908 0.086 161.0) |
Copy-ready code
/* CSS */
color: #adf3ce;
background-color: #adf3ce;
/* Tailwind (arbitrary) */
class="text-[#adf3ce] bg-[#adf3ce]"
/* SCSS */
$brand: #adf3ce;
/* SwiftUI */
Color(red: 0.678, green: 0.953, blue: 0.808)
/* Android */
Color.parseColor("#adf3ce")Accessibility — WCAG contrast
Aa
#adf3ce on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf3ce on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green95.3%
Blue80.8%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow15.2%
Key (black)4.7%
Color previews
#adf3ce text on a black background
contrast 16.49:1
Card sample
#adf3ce text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf3ce;
Background color
Panel with #adf3ce background
background-color: #adf3ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf3ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 243, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 243, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf3ce; background: linear-gradient(135deg, #adf3ce, #ADE9F3);