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