#aefdbf
a light, electric green · cool · closest name: aquamarine
RGB
174, 253, 191
HSL
133°, 95%, 84%
CMYK
31, 0, 25, 1
Luminance
0.8301
Every format
| HEX | #aefdbf |
| RGB | rgb(174, 253, 191) |
| HSL | hsl(133, 95%, 84%) |
| CMYK | cmyk(31%, 0%, 25%, 1%) |
| LAB | lab(93.0 -36.3 22.2) |
| LCH | lch(93.0 42.5 148.6) |
| OKLCH | oklch(0.927 0.115 150.4) |
Copy-ready code
/* CSS */
color: #aefdbf;
background-color: #aefdbf;
/* Tailwind (arbitrary) */
class="text-[#aefdbf] bg-[#aefdbf]"
/* SCSS */
$brand: #aefdbf;
/* SwiftUI */
Color(red: 0.682, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#aefdbf")Accessibility — WCAG contrast
Aa
#aefdbf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefdbf on black: 17.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green99.2%
Blue74.9%
CMYK percentages
Cyan31.2%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#aefdbf text on a black background
contrast 17.60:1
Card sample
#aefdbf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefdbf;
Background color
Panel with #aefdbf background
background-color: #aefdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefdbf; background: linear-gradient(135deg, #aefdbf, #AEFDF4);