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