#aef3bc
a light, vivid green · cool · closest name: aquamarine
RGB
174, 243, 188
HSL
132°, 74%, 82%
CMYK
28, 0, 23, 5
Luminance
0.7673
Every format
| HEX | #aef3bc |
| RGB | rgb(174, 243, 188) |
| HSL | hsl(132, 74%, 82%) |
| CMYK | cmyk(28%, 0%, 23%, 5%) |
| LAB | lab(90.2 -32.2 19.8) |
| LCH | lch(90.2 37.8 148.5) |
| OKLCH | oklch(0.904 0.102 150.2) |
Copy-ready code
/* CSS */
color: #aef3bc;
background-color: #aef3bc;
/* Tailwind (arbitrary) */
class="text-[#aef3bc] bg-[#aef3bc]"
/* SCSS */
$brand: #aef3bc;
/* SwiftUI */
Color(red: 0.682, green: 0.953, blue: 0.737)
/* Android */
Color.parseColor("#aef3bc")Accessibility — WCAG contrast
Aa
#aef3bc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef3bc on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green95.3%
Blue73.7%
CMYK percentages
Cyan28.4%
Magenta0.0%
Yellow22.6%
Key (black)4.7%
Color previews
#aef3bc text on a black background
contrast 16.35:1
Card sample
#aef3bc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef3bc;
Background color
Panel with #aef3bc background
background-color: #aef3bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef3bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 243, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 243, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef3bc; background: linear-gradient(135deg, #aef3bc, #AEF3EA);