#adf0ce
a light, vivid green · cool · closest name: aquamarine
RGB
173, 240, 206
HSL
150°, 69%, 81%
CMYK
28, 0, 14, 6
Luminance
0.7566
Every format
| HEX | #adf0ce |
| RGB | rgb(173, 240, 206) |
| HSL | hsl(150, 69%, 81%) |
| CMYK | cmyk(28%, 0%, 14%, 6%) |
| LAB | lab(89.7 -27.8 9.8) |
| LCH | lch(89.7 29.5 160.7) |
| OKLCH | oklch(0.901 0.082 162.1) |
Copy-ready code
/* CSS */
color: #adf0ce;
background-color: #adf0ce;
/* Tailwind (arbitrary) */
class="text-[#adf0ce] bg-[#adf0ce]"
/* SCSS */
$brand: #adf0ce;
/* SwiftUI */
Color(red: 0.678, green: 0.941, blue: 0.808)
/* Android */
Color.parseColor("#adf0ce")Accessibility — WCAG contrast
Aa
#adf0ce on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf0ce on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green94.1%
Blue80.8%
CMYK percentages
Cyan27.9%
Magenta0.0%
Yellow14.2%
Key (black)5.9%
Color previews
#adf0ce text on a black background
contrast 16.13:1
Card sample
#adf0ce text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf0ce;
Background color
Panel with #adf0ce background
background-color: #adf0ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf0ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 240, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 240, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf0ce; background: linear-gradient(135deg, #adf0ce, #ADE5F0);