#afedbf
a light, vivid green · cool · closest name: aquamarine
RGB
175, 237, 191
HSL
136°, 63%, 81%
CMYK
26, 0, 19, 7
Luminance
0.7344
Every format
| HEX | #afedbf |
| RGB | rgb(175, 237, 191) |
| HSL | hsl(136, 63%, 81%) |
| CMYK | cmyk(26%, 0%, 19%, 7%) |
| LAB | lab(88.7 -28.6 16.1) |
| LCH | lch(88.7 32.8 150.6) |
| OKLCH | oklch(0.892 0.089 152.3) |
Copy-ready code
/* CSS */
color: #afedbf;
background-color: #afedbf;
/* Tailwind (arbitrary) */
class="text-[#afedbf] bg-[#afedbf]"
/* SCSS */
$brand: #afedbf;
/* SwiftUI */
Color(red: 0.686, green: 0.929, blue: 0.749)
/* Android */
Color.parseColor("#afedbf")Accessibility — WCAG contrast
Aa
#afedbf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afedbf on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.9%
Blue74.9%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow19.4%
Key (black)7.1%
Color previews
#afedbf text on a black background
contrast 15.69:1
Card sample
#afedbf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afedbf;
Background color
Panel with #afedbf background
background-color: #afedbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afedbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 237, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 237, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afedbf; background: linear-gradient(135deg, #afedbf, #AFEDE8);