#adf9df
a light, electric green · cool · closest name: aquamarine
RGB
173, 249, 223
HSL
160°, 86%, 83%
CMYK
31, 0, 10, 2
Luminance
0.8196
Every format
| HEX | #adf9df |
| RGB | rgb(173, 249, 223) |
| HSL | hsl(160, 86%, 83%) |
| CMYK | cmyk(31%, 0%, 10%, 2%) |
| LAB | lab(92.6 -28.7 5.0) |
| LCH | lch(92.6 29.1 170.0) |
| OKLCH | oklch(0.925 0.083 171.1) |
Copy-ready code
/* CSS */
color: #adf9df;
background-color: #adf9df;
/* Tailwind (arbitrary) */
class="text-[#adf9df] bg-[#adf9df]"
/* SCSS */
$brand: #adf9df;
/* SwiftUI */
Color(red: 0.678, green: 0.976, blue: 0.875)
/* Android */
Color.parseColor("#adf9df")Accessibility — WCAG contrast
Aa
#adf9df on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf9df on black: 17.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green97.6%
Blue87.5%
CMYK percentages
Cyan30.5%
Magenta0.0%
Yellow10.4%
Key (black)2.4%
Color previews
#adf9df text on a black background
contrast 17.39:1
Card sample
#adf9df text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf9df;
Background color
Panel with #adf9df background
background-color: #adf9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 249, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 249, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf9df; background: linear-gradient(135deg, #adf9df, #ADE0F9);