#afe8cd
a light, vivid green · cool · closest name: beige
RGB
175, 232, 205
HSL
152°, 55%, 80%
CMYK
25, 0, 12, 9
Luminance
0.7123
Every format
| HEX | #afe8cd |
| RGB | rgb(175, 232, 205) |
| HSL | hsl(152, 55%, 80%) |
| CMYK | cmyk(25%, 0%, 12%, 9%) |
| LAB | lab(87.6 -23.5 7.3) |
| LCH | lch(87.6 24.6 162.8) |
| OKLCH | oklch(0.884 0.069 164.2) |
Copy-ready code
/* CSS */
color: #afe8cd;
background-color: #afe8cd;
/* Tailwind (arbitrary) */
class="text-[#afe8cd] bg-[#afe8cd]"
/* SCSS */
$brand: #afe8cd;
/* SwiftUI */
Color(red: 0.686, green: 0.910, blue: 0.804)
/* Android */
Color.parseColor("#afe8cd")Accessibility — WCAG contrast
Aa
#afe8cd on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe8cd on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green91.0%
Blue80.4%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow11.6%
Key (black)9.0%
Color previews
#afe8cd text on a black background
contrast 15.25:1
Card sample
#afe8cd text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe8cd;
Background color
Panel with #afe8cd background
background-color: #afe8cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe8cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 232, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 232, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe8cd; background: linear-gradient(135deg, #afe8cd, #AFDDE8);