#adfcba
a light, electric green · cool · closest name: aquamarine
RGB
173, 252, 186
HSL
130°, 93%, 83%
CMYK
31, 0, 26, 1
Luminance
0.8205
Every format
| HEX | #adfcba |
| RGB | rgb(173, 252, 186) |
| HSL | hsl(130, 93%, 83%) |
| CMYK | cmyk(31%, 0%, 26%, 1%) |
| LAB | lab(92.6 -37.0 24.1) |
| LCH | lch(92.6 44.2 146.9) |
| OKLCH | oklch(0.923 0.118 148.8) |
Copy-ready code
/* CSS */
color: #adfcba;
background-color: #adfcba;
/* Tailwind (arbitrary) */
class="text-[#adfcba] bg-[#adfcba]"
/* SCSS */
$brand: #adfcba;
/* SwiftUI */
Color(red: 0.678, green: 0.988, blue: 0.729)
/* Android */
Color.parseColor("#adfcba")Accessibility — WCAG contrast
Aa
#adfcba on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfcba on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green98.8%
Blue72.9%
CMYK percentages
Cyan31.3%
Magenta0.0%
Yellow26.2%
Key (black)1.2%
Color previews
#adfcba text on a black background
contrast 17.41:1
Card sample
#adfcba text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfcba;
Background color
Panel with #adfcba background
background-color: #adfcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 252, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 252, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfcba; background: linear-gradient(135deg, #adfcba, #ADFCEF);