#afd9cb
a light, soft cyan · cool · closest name: silver
RGB
175, 217, 203
HSL
160°, 36%, 77%
CMYK
19, 0, 7, 15
Luminance
0.6305
Every format
| HEX | #afd9cb |
| RGB | rgb(175, 217, 203) |
| HSL | hsl(160, 36%, 77%) |
| CMYK | cmyk(19%, 0%, 7%, 15%) |
| LAB | lab(83.5 -16.5 2.4) |
| LCH | lch(83.5 16.7 171.9) |
| OKLCH | oklch(0.851 0.048 172.8) |
Copy-ready code
/* CSS */
color: #afd9cb;
background-color: #afd9cb;
/* Tailwind (arbitrary) */
class="text-[#afd9cb] bg-[#afd9cb]"
/* SCSS */
$brand: #afd9cb;
/* SwiftUI */
Color(red: 0.686, green: 0.851, blue: 0.796)
/* Android */
Color.parseColor("#afd9cb")Accessibility — WCAG contrast
Aa
#afd9cb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd9cb on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.1%
Blue79.6%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow6.5%
Key (black)14.9%
Color previews
#afd9cb text on a black background
contrast 13.61:1
Card sample
#afd9cb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd9cb;
Background color
Panel with #afd9cb background
background-color: #afd9cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd9cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 217, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 217, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd9cb; background: linear-gradient(135deg, #afd9cb, #AFCBD9);