#aef5bf
a light, electric green · cool · closest name: aquamarine
RGB
174, 245, 191
HSL
134°, 78%, 82%
CMYK
29, 0, 22, 4
Luminance
0.7807
Every format
| HEX | #aef5bf |
| RGB | rgb(174, 245, 191) |
| HSL | hsl(134, 78%, 82%) |
| CMYK | cmyk(29%, 0%, 22%, 4%) |
| LAB | lab(90.8 -32.6 19.1) |
| LCH | lch(90.8 37.8 149.7) |
| OKLCH | oklch(0.909 0.102 151.4) |
Copy-ready code
/* CSS */
color: #aef5bf;
background-color: #aef5bf;
/* Tailwind (arbitrary) */
class="text-[#aef5bf] bg-[#aef5bf]"
/* SCSS */
$brand: #aef5bf;
/* SwiftUI */
Color(red: 0.682, green: 0.961, blue: 0.749)
/* Android */
Color.parseColor("#aef5bf")Accessibility — WCAG contrast
Aa
#aef5bf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef5bf on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green96.1%
Blue74.9%
CMYK percentages
Cyan29.0%
Magenta0.0%
Yellow22.0%
Key (black)3.9%
Color previews
#aef5bf text on a black background
contrast 16.61:1
Card sample
#aef5bf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef5bf;
Background color
Panel with #aef5bf background
background-color: #aef5bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef5bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 245, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 245, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef5bf; background: linear-gradient(135deg, #aef5bf, #AEF5EE);