#afe9cd
a light, vivid green · cool · closest name: beige
RGB
175, 233, 205
HSL
151°, 57%, 80%
CMYK
25, 0, 12, 9
Luminance
0.7180
Every format
| HEX | #afe9cd |
| RGB | rgb(175, 233, 205) |
| HSL | hsl(151, 57%, 80%) |
| CMYK | cmyk(25%, 0%, 12%, 9%) |
| LAB | lab(87.9 -24.0 7.7) |
| LCH | lch(87.9 25.2 162.3) |
| OKLCH | oklch(0.887 0.071 163.7) |
Copy-ready code
/* CSS */
color: #afe9cd;
background-color: #afe9cd;
/* Tailwind (arbitrary) */
class="text-[#afe9cd] bg-[#afe9cd]"
/* SCSS */
$brand: #afe9cd;
/* SwiftUI */
Color(red: 0.686, green: 0.914, blue: 0.804)
/* Android */
Color.parseColor("#afe9cd")Accessibility — WCAG contrast
Aa
#afe9cd on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe9cd on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green91.4%
Blue80.4%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow12.0%
Key (black)8.6%
Color previews
#afe9cd text on a black background
contrast 15.36:1
Card sample
#afe9cd text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe9cd;
Background color
Panel with #afe9cd background
background-color: #afe9cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe9cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 233, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 233, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe9cd; background: linear-gradient(135deg, #afe9cd, #AFDEE9);