#afe4bc
a light, vivid green · cool · closest name: aquamarine
RGB
175, 228, 188
HSL
135°, 50%, 79%
CMYK
23, 0, 18, 11
Luminance
0.6823
Every format
| HEX | #afe4bc |
| RGB | rgb(175, 228, 188) |
| HSL | hsl(135, 50%, 79%) |
| CMYK | cmyk(23%, 0%, 18%, 11%) |
| LAB | lab(86.1 -24.8 14.1) |
| LCH | lch(86.1 28.5 150.4) |
| OKLCH | oklch(0.871 0.077 152.1) |
Copy-ready code
/* CSS */
color: #afe4bc;
background-color: #afe4bc;
/* Tailwind (arbitrary) */
class="text-[#afe4bc] bg-[#afe4bc]"
/* SCSS */
$brand: #afe4bc;
/* SwiftUI */
Color(red: 0.686, green: 0.894, blue: 0.737)
/* Android */
Color.parseColor("#afe4bc")Accessibility — WCAG contrast
Aa
#afe4bc on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe4bc on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.4%
Blue73.7%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow17.5%
Key (black)10.6%
Color previews
#afe4bc text on a black background
contrast 14.65:1
Card sample
#afe4bc text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe4bc;
Background color
Panel with #afe4bc background
background-color: #afe4bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe4bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 228, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 228, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe4bc; background: linear-gradient(135deg, #afe4bc, #AFE4DF);