#afd8d4
a light, soft cyan · cool · closest name: silver
RGB
175, 216, 212
HSL
174°, 35%, 77%
CMYK
19, 0, 2, 15
Luminance
0.6298
Every format
| HEX | #afd8d4 |
| RGB | rgb(175, 216, 212) |
| HSL | hsl(174, 35%, 77%) |
| CMYK | cmyk(19%, 0%, 2%, 15%) |
| LAB | lab(83.4 -14.2 -2.5) |
| LCH | lch(83.4 14.4 189.9) |
| OKLCH | oklch(0.852 0.043 189.1) |
Copy-ready code
/* CSS */
color: #afd8d4;
background-color: #afd8d4;
/* Tailwind (arbitrary) */
class="text-[#afd8d4] bg-[#afd8d4]"
/* SCSS */
$brand: #afd8d4;
/* SwiftUI */
Color(red: 0.686, green: 0.847, blue: 0.831)
/* Android */
Color.parseColor("#afd8d4")Accessibility — WCAG contrast
Aa
#afd8d4 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd8d4 on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.7%
Blue83.1%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow1.9%
Key (black)15.3%
Color previews
#afd8d4 text on a black background
contrast 13.60:1
Card sample
#afd8d4 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd8d4;
Background color
Panel with #afd8d4 background
background-color: #afd8d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd8d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 216, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 216, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd8d4; background: linear-gradient(135deg, #afd8d4, #AFC1D8);