#adf0ba
a light, vivid green · cool · closest name: aquamarine
RGB
173, 240, 186
HSL
132°, 69%, 81%
CMYK
28, 0, 23, 6
Luminance
0.7475
Every format
| HEX | #adf0ba |
| RGB | rgb(173, 240, 186) |
| HSL | hsl(132, 69%, 81%) |
| CMYK | cmyk(28%, 0%, 23%, 6%) |
| LAB | lab(89.3 -31.5 19.5) |
| LCH | lch(89.3 37.1 148.2) |
| OKLCH | oklch(0.896 0.100 150.0) |
Copy-ready code
/* CSS */
color: #adf0ba;
background-color: #adf0ba;
/* Tailwind (arbitrary) */
class="text-[#adf0ba] bg-[#adf0ba]"
/* SCSS */
$brand: #adf0ba;
/* SwiftUI */
Color(red: 0.678, green: 0.941, blue: 0.729)
/* Android */
Color.parseColor("#adf0ba")Accessibility — WCAG contrast
Aa
#adf0ba on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf0ba on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green94.1%
Blue72.9%
CMYK percentages
Cyan27.9%
Magenta0.0%
Yellow22.5%
Key (black)5.9%
Color previews
#adf0ba text on a black background
contrast 15.95:1
Card sample
#adf0ba text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf0ba;
Background color
Panel with #adf0ba background
background-color: #adf0ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf0ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 240, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 240, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf0ba; background: linear-gradient(135deg, #adf0ba, #ADF0E7);