#aefbaf
a light, electric green · cool · closest name: aquamarine
RGB
174, 251, 175
HSL
121°, 91%, 83%
CMYK
31, 0, 30, 2
Luminance
0.8109
Every format
| HEX | #aefbaf |
| RGB | rgb(174, 251, 175) |
| HSL | hsl(121, 91%, 83%) |
| CMYK | cmyk(31%, 0%, 30%, 2%) |
| LAB | lab(92.2 -38.1 29.1) |
| LCH | lch(92.2 47.9 142.6) |
| OKLCH | oklch(0.919 0.127 144.8) |
Copy-ready code
/* CSS */
color: #aefbaf;
background-color: #aefbaf;
/* Tailwind (arbitrary) */
class="text-[#aefbaf] bg-[#aefbaf]"
/* SCSS */
$brand: #aefbaf;
/* SwiftUI */
Color(red: 0.682, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#aefbaf")Accessibility — WCAG contrast
Aa
#aefbaf on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefbaf on black: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green98.4%
Blue68.6%
CMYK percentages
Cyan30.7%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#aefbaf text on a black background
contrast 17.22:1
Card sample
#aefbaf text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefbaf;
Background color
Panel with #aefbaf background
background-color: #aefbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefbaf; background: linear-gradient(135deg, #aefbaf, #AEFBE2);