#afecd7
a light, vivid green · cool · closest name: beige
RGB
175, 236, 215
HSL
159°, 62%, 81%
CMYK
26, 0, 9, 8
Luminance
0.7401
Every format
| HEX | #afecd7 |
| RGB | rgb(175, 236, 215) |
| HSL | hsl(159, 62%, 81%) |
| CMYK | cmyk(26%, 0%, 9%, 8%) |
| LAB | lab(88.9 -23.5 4.0) |
| LCH | lch(88.9 23.8 170.4) |
| OKLCH | oklch(0.896 0.068 171.5) |
Copy-ready code
/* CSS */
color: #afecd7;
background-color: #afecd7;
/* Tailwind (arbitrary) */
class="text-[#afecd7] bg-[#afecd7]"
/* SCSS */
$brand: #afecd7;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.843)
/* Android */
Color.parseColor("#afecd7")Accessibility — WCAG contrast
Aa
#afecd7 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afecd7 on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue84.3%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow8.9%
Key (black)7.5%
Color previews
#afecd7 text on a black background
contrast 15.80:1
Card sample
#afecd7 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afecd7;
Background color
Panel with #afecd7 background
background-color: #afecd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afecd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afecd7; background: linear-gradient(135deg, #afecd7, #AFD8EC);