#aefbdf
a light, electric green · cool · closest name: aquamarine
RGB
174, 251, 223
HSL
158°, 91%, 83%
CMYK
31, 0, 11, 2
Luminance
0.8332
Every format
| HEX | #aefbdf |
| RGB | rgb(174, 251, 223) |
| HSL | hsl(158, 91%, 83%) |
| CMYK | cmyk(31%, 0%, 11%, 2%) |
| LAB | lab(93.2 -29.4 5.9) |
| LCH | lch(93.2 30.0 168.6) |
| OKLCH | oklch(0.930 0.085 169.7) |
Copy-ready code
/* CSS */
color: #aefbdf;
background-color: #aefbdf;
/* Tailwind (arbitrary) */
class="text-[#aefbdf] bg-[#aefbdf]"
/* SCSS */
$brand: #aefbdf;
/* SwiftUI */
Color(red: 0.682, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#aefbdf")Accessibility — WCAG contrast
Aa
#aefbdf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefbdf on black: 17.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green98.4%
Blue87.5%
CMYK percentages
Cyan30.7%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#aefbdf text on a black background
contrast 17.66:1
Card sample
#aefbdf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefbdf;
Background color
Panel with #aefbdf background
background-color: #aefbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefbdf; background: linear-gradient(135deg, #aefbdf, #AEE4FB);