#aefbcf
a light, electric green · cool · closest name: aquamarine
RGB
174, 251, 207
HSL
146°, 91%, 83%
CMYK
31, 0, 18, 2
Luminance
0.8250
Every format
| HEX | #aefbcf |
| RGB | rgb(174, 251, 207) |
| HSL | hsl(146, 91%, 83%) |
| CMYK | cmyk(31%, 0%, 18%, 2%) |
| LAB | lab(92.8 -32.5 13.7) |
| LCH | lch(92.8 35.3 157.2) |
| OKLCH | oklch(0.926 0.097 158.7) |
Copy-ready code
/* CSS */
color: #aefbcf;
background-color: #aefbcf;
/* Tailwind (arbitrary) */
class="text-[#aefbcf] bg-[#aefbcf]"
/* SCSS */
$brand: #aefbcf;
/* SwiftUI */
Color(red: 0.682, green: 0.984, blue: 0.812)
/* Android */
Color.parseColor("#aefbcf")Accessibility — WCAG contrast
Aa
#aefbcf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefbcf on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green98.4%
Blue81.2%
CMYK percentages
Cyan30.7%
Magenta0.0%
Yellow17.5%
Key (black)1.6%
Color previews
#aefbcf text on a black background
contrast 17.50:1
Card sample
#aefbcf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefbcf;
Background color
Panel with #aefbcf background
background-color: #aefbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 251, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 251, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefbcf; background: linear-gradient(135deg, #aefbcf, #AEF4FB);