#afeacb
a light, vivid green · cool · closest name: aquamarine
RGB
175, 234, 203
HSL
149°, 58%, 80%
CMYK
25, 0, 13, 8
Luminance
0.7227
Every format
| HEX | #afeacb |
| RGB | rgb(175, 234, 203) |
| HSL | hsl(149, 58%, 80%) |
| CMYK | cmyk(25%, 0%, 13%, 8%) |
| LAB | lab(88.1 -24.9 9.0) |
| LCH | lch(88.1 26.5 160.0) |
| OKLCH | oklch(0.888 0.074 161.5) |
Copy-ready code
/* CSS */
color: #afeacb;
background-color: #afeacb;
/* Tailwind (arbitrary) */
class="text-[#afeacb] bg-[#afeacb]"
/* SCSS */
$brand: #afeacb;
/* SwiftUI */
Color(red: 0.686, green: 0.918, blue: 0.796)
/* Android */
Color.parseColor("#afeacb")Accessibility — WCAG contrast
Aa
#afeacb on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeacb on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green91.8%
Blue79.6%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow13.2%
Key (black)8.2%
Color previews
#afeacb text on a black background
contrast 15.45:1
Card sample
#afeacb text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeacb;
Background color
Panel with #afeacb background
background-color: #afeacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 234, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 234, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeacb; background: linear-gradient(135deg, #afeacb, #AFE2EA);