#afe3cd
a light, vivid green · cool · closest name: beige
RGB
175, 227, 205
HSL
155°, 48%, 79%
CMYK
23, 0, 10, 11
Luminance
0.6846
Every format
| HEX | #afe3cd |
| RGB | rgb(175, 227, 205) |
| HSL | hsl(155, 48%, 79%) |
| CMYK | cmyk(23%, 0%, 10%, 11%) |
| LAB | lab(86.2 -21.1 5.3) |
| LCH | lch(86.2 21.8 165.9) |
| OKLCH | oklch(0.874 0.062 167.1) |
Copy-ready code
/* CSS */
color: #afe3cd;
background-color: #afe3cd;
/* Tailwind (arbitrary) */
class="text-[#afe3cd] bg-[#afe3cd]"
/* SCSS */
$brand: #afe3cd;
/* SwiftUI */
Color(red: 0.686, green: 0.890, blue: 0.804)
/* Android */
Color.parseColor("#afe3cd")Accessibility — WCAG contrast
Aa
#afe3cd on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe3cd on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.0%
Blue80.4%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow9.7%
Key (black)11.0%
Color previews
#afe3cd text on a black background
contrast 14.69:1
Card sample
#afe3cd text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe3cd;
Background color
Panel with #afe3cd background
background-color: #afe3cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe3cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 227, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 227, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe3cd; background: linear-gradient(135deg, #afe3cd, #AFD6E3);