#afebc4
a light, vivid green · cool · closest name: aquamarine
RGB
175, 235, 196
HSL
141°, 60%, 80%
CMYK
26, 0, 17, 8
Luminance
0.7252
Every format
| HEX | #afebc4 |
| RGB | rgb(175, 235, 196) |
| HSL | hsl(141, 60%, 80%) |
| CMYK | cmyk(26%, 0%, 17%, 8%) |
| LAB | lab(88.2 -26.7 12.9) |
| LCH | lch(88.2 29.6 154.3) |
| OKLCH | oklch(0.889 0.081 155.9) |
Copy-ready code
/* CSS */
color: #afebc4;
background-color: #afebc4;
/* Tailwind (arbitrary) */
class="text-[#afebc4] bg-[#afebc4]"
/* SCSS */
$brand: #afebc4;
/* SwiftUI */
Color(red: 0.686, green: 0.922, blue: 0.769)
/* Android */
Color.parseColor("#afebc4")Accessibility — WCAG contrast
Aa
#afebc4 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afebc4 on black: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.2%
Blue76.9%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow16.6%
Key (black)7.8%
Color previews
#afebc4 text on a black background
contrast 15.50:1
Card sample
#afebc4 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afebc4;
Background color
Panel with #afebc4 background
background-color: #afebc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afebc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 235, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 235, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afebc4; background: linear-gradient(135deg, #afebc4, #AFEAEB);