#adffbe
a light, electric green · cool · closest name: aquamarine
RGB
173, 255, 190
HSL
132°, 100%, 84%
CMYK
32, 0, 26, 0
Luminance
0.8412
Every format
| HEX | #adffbe |
| RGB | rgb(173, 255, 190) |
| HSL | hsl(132, 100%, 84%) |
| CMYK | cmyk(32%, 0%, 26%, 0%) |
| LAB | lab(93.5 -37.7 23.3) |
| LCH | lch(93.5 44.3 148.2) |
| OKLCH | oklch(0.931 0.119 150.1) |
Copy-ready code
/* CSS */
color: #adffbe;
background-color: #adffbe;
/* Tailwind (arbitrary) */
class="text-[#adffbe] bg-[#adffbe]"
/* SCSS */
$brand: #adffbe;
/* SwiftUI */
Color(red: 0.678, green: 1.000, blue: 0.745)
/* Android */
Color.parseColor("#adffbe")Accessibility — WCAG contrast
Aa
#adffbe on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adffbe on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green100.0%
Blue74.5%
CMYK percentages
Cyan32.2%
Magenta0.0%
Yellow25.5%
Key (black)0.0%
Color previews
#adffbe text on a black background
contrast 17.82:1
Card sample
#adffbe text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adffbe;
Background color
Panel with #adffbe background
background-color: #adffbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adffbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 255, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 255, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adffbe; background: linear-gradient(135deg, #adffbe, #ADFFF5);