#afd8ca
a light, soft green · cool · closest name: silver
RGB
175, 216, 202
HSL
160°, 35%, 77%
CMYK
19, 0, 7, 15
Luminance
0.6249
Every format
| HEX | #afd8ca |
| RGB | rgb(175, 216, 202) |
| HSL | hsl(160, 35%, 77%) |
| CMYK | cmyk(19%, 0%, 7%, 15%) |
| LAB | lab(83.2 -16.2 2.5) |
| LCH | lch(83.2 16.4 171.4) |
| OKLCH | oklch(0.849 0.047 172.4) |
Copy-ready code
/* CSS */
color: #afd8ca;
background-color: #afd8ca;
/* Tailwind (arbitrary) */
class="text-[#afd8ca] bg-[#afd8ca]"
/* SCSS */
$brand: #afd8ca;
/* SwiftUI */
Color(red: 0.686, green: 0.847, blue: 0.792)
/* Android */
Color.parseColor("#afd8ca")Accessibility — WCAG contrast
Aa
#afd8ca on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd8ca on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.7%
Blue79.2%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow6.5%
Key (black)15.3%
Color previews
#afd8ca text on a black background
contrast 13.50:1
Card sample
#afd8ca text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd8ca;
Background color
Panel with #afd8ca background
background-color: #afd8ca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd8ca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 216, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 216, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd8ca; background: linear-gradient(135deg, #afd8ca, #AFCBD8);