#a7fdbb
a light, electric green · cool · closest name: aquamarine
RGB
167, 253, 187
HSL
134°, 96%, 82%
CMYK
34, 0, 26, 1
Luminance
0.8205
Every format
| HEX | #a7fdbb |
| RGB | rgb(167, 253, 187) |
| HSL | hsl(134, 96%, 82%) |
| CMYK | cmyk(34%, 0%, 26%, 1%) |
| LAB | lab(92.6 -39.1 23.6) |
| LCH | lch(92.6 45.7 148.9) |
| OKLCH | oklch(0.922 0.123 150.8) |
Copy-ready code
/* CSS */
color: #a7fdbb;
background-color: #a7fdbb;
/* Tailwind (arbitrary) */
class="text-[#a7fdbb] bg-[#a7fdbb]"
/* SCSS */
$brand: #a7fdbb;
/* SwiftUI */
Color(red: 0.655, green: 0.992, blue: 0.733)
/* Android */
Color.parseColor("#a7fdbb")Accessibility — WCAG contrast
Aa
#a7fdbb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7fdbb on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green99.2%
Blue73.3%
CMYK percentages
Cyan34.0%
Magenta0.0%
Yellow26.1%
Key (black)0.8%
Color previews
#a7fdbb text on a black background
contrast 17.41:1
Card sample
#a7fdbb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7fdbb;
Background color
Panel with #a7fdbb background
background-color: #a7fdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7fdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 253, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 253, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7fdbb; background: linear-gradient(135deg, #a7fdbb, #A7FDF4);