#afdccc
a light, soft green · cool · closest name: silver
RGB
175, 220, 204
HSL
159°, 39%, 78%
CMYK
21, 0, 7, 14
Luminance
0.6466
Every format
| HEX | #afdccc |
| RGB | rgb(175, 220, 204) |
| HSL | hsl(159, 39%, 78%) |
| CMYK | cmyk(21%, 0%, 7%, 14%) |
| LAB | lab(84.3 -17.8 3.0) |
| LCH | lch(84.3 18.1 170.3) |
| OKLCH | oklch(0.858 0.052 171.3) |
Copy-ready code
/* CSS */
color: #afdccc;
background-color: #afdccc;
/* Tailwind (arbitrary) */
class="text-[#afdccc] bg-[#afdccc]"
/* SCSS */
$brand: #afdccc;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.800)
/* Android */
Color.parseColor("#afdccc")Accessibility — WCAG contrast
Aa
#afdccc on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdccc on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue80.0%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow7.3%
Key (black)13.7%
Color previews
#afdccc text on a black background
contrast 13.93:1
Card sample
#afdccc text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdccc;
Background color
Panel with #afdccc background
background-color: #afdccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdccc; background: linear-gradient(135deg, #afdccc, #AFCEDC);