#afdbcc
a light, soft green · cool · closest name: silver
RGB
175, 219, 204
HSL
160°, 38%, 77%
CMYK
20, 0, 7, 14
Luminance
0.6414
Every format
| HEX | #afdbcc |
| RGB | rgb(175, 219, 204) |
| HSL | hsl(160, 38%, 77%) |
| CMYK | cmyk(20%, 0%, 7%, 14%) |
| LAB | lab(84.0 -17.3 2.7) |
| LCH | lch(84.0 17.5 171.3) |
| OKLCH | oklch(0.856 0.050 172.3) |
Copy-ready code
/* CSS */
color: #afdbcc;
background-color: #afdbcc;
/* Tailwind (arbitrary) */
class="text-[#afdbcc] bg-[#afdbcc]"
/* SCSS */
$brand: #afdbcc;
/* SwiftUI */
Color(red: 0.686, green: 0.859, blue: 0.800)
/* Android */
Color.parseColor("#afdbcc")Accessibility — WCAG contrast
Aa
#afdbcc on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdbcc on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.9%
Blue80.0%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow6.8%
Key (black)14.1%
Color previews
#afdbcc text on a black background
contrast 13.83:1
Card sample
#afdbcc text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdbcc;
Background color
Panel with #afdbcc background
background-color: #afdbcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdbcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 219, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 219, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdbcc; background: linear-gradient(135deg, #afdbcc, #AFCDDB);