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