#afe7cd
a light, vivid green · cool · closest name: beige
RGB
175, 231, 205
HSL
152°, 54%, 80%
CMYK
24, 0, 11, 9
Luminance
0.7067
Every format
| HEX | #afe7cd |
| RGB | rgb(175, 231, 205) |
| HSL | hsl(152, 54%, 80%) |
| CMYK | cmyk(24%, 0%, 11%, 9%) |
| LAB | lab(87.3 -23.1 6.9) |
| LCH | lch(87.3 24.1 163.4) |
| OKLCH | oklch(0.882 0.068 164.7) |
Copy-ready code
/* CSS */
color: #afe7cd;
background-color: #afe7cd;
/* Tailwind (arbitrary) */
class="text-[#afe7cd] bg-[#afe7cd]"
/* SCSS */
$brand: #afe7cd;
/* SwiftUI */
Color(red: 0.686, green: 0.906, blue: 0.804)
/* Android */
Color.parseColor("#afe7cd")Accessibility — WCAG contrast
Aa
#afe7cd on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe7cd on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green90.6%
Blue80.4%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow11.3%
Key (black)9.4%
Color previews
#afe7cd text on a black background
contrast 15.13:1
Card sample
#afe7cd text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe7cd;
Background color
Panel with #afe7cd background
background-color: #afe7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 231, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 231, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe7cd; background: linear-gradient(135deg, #afe7cd, #AFDCE7);