#afefcb
a light, vivid green · cool · closest name: aquamarine
RGB
175, 239, 203
HSL
146°, 67%, 81%
CMYK
27, 0, 15, 6
Luminance
0.7516
Every format
| HEX | #afefcb |
| RGB | rgb(175, 239, 203) |
| HSL | hsl(146, 67%, 81%) |
| CMYK | cmyk(27%, 0%, 15%, 6%) |
| LAB | lab(89.5 -27.3 11.0) |
| LCH | lch(89.5 29.4 158.1) |
| OKLCH | oklch(0.899 0.081 159.6) |
Copy-ready code
/* CSS */
color: #afefcb;
background-color: #afefcb;
/* Tailwind (arbitrary) */
class="text-[#afefcb] bg-[#afefcb]"
/* SCSS */
$brand: #afefcb;
/* SwiftUI */
Color(red: 0.686, green: 0.937, blue: 0.796)
/* Android */
Color.parseColor("#afefcb")Accessibility — WCAG contrast
Aa
#afefcb on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afefcb on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.7%
Blue79.6%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow15.1%
Key (black)6.3%
Color previews
#afefcb text on a black background
contrast 16.03:1
Card sample
#afefcb text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afefcb;
Background color
Panel with #afefcb background
background-color: #afefcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afefcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 239, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 239, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afefcb; background: linear-gradient(135deg, #afefcb, #AFE8EF);