#adf8ba
a light, electric green · cool · closest name: aquamarine
RGB
173, 248, 186
HSL
130°, 84%, 83%
CMYK
30, 0, 25, 3
Luminance
0.7956
Every format
| HEX | #adf8ba |
| RGB | rgb(173, 248, 186) |
| HSL | hsl(130, 84%, 83%) |
| CMYK | cmyk(30%, 0%, 25%, 3%) |
| LAB | lab(91.5 -35.2 22.6) |
| LCH | lch(91.5 41.8 147.3) |
| OKLCH | oklch(0.914 0.112 149.2) |
Copy-ready code
/* CSS */
color: #adf8ba;
background-color: #adf8ba;
/* Tailwind (arbitrary) */
class="text-[#adf8ba] bg-[#adf8ba]"
/* SCSS */
$brand: #adf8ba;
/* SwiftUI */
Color(red: 0.678, green: 0.973, blue: 0.729)
/* Android */
Color.parseColor("#adf8ba")Accessibility — WCAG contrast
Aa
#adf8ba on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf8ba on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green97.3%
Blue72.9%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow25.0%
Key (black)2.7%
Color previews
#adf8ba text on a black background
contrast 16.91:1
Card sample
#adf8ba text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf8ba;
Background color
Panel with #adf8ba background
background-color: #adf8ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf8ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 248, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 248, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf8ba; background: linear-gradient(135deg, #adf8ba, #ADF8EC);