#afd4cd
a light, soft cyan · cool · closest name: silver
RGB
175, 212, 205
HSL
169°, 30%, 76%
CMYK
18, 0, 3, 17
Luminance
0.6061
Every format
| HEX | #afd4cd |
| RGB | rgb(175, 212, 205) |
| HSL | hsl(169, 30%, 76%) |
| CMYK | cmyk(18%, 0%, 3%, 17%) |
| LAB | lab(82.2 -13.6 -0.6) |
| LCH | lch(82.2 13.6 182.5) |
| OKLCH | oklch(0.841 0.040 182.6) |
Copy-ready code
/* CSS */
color: #afd4cd;
background-color: #afd4cd;
/* Tailwind (arbitrary) */
class="text-[#afd4cd] bg-[#afd4cd]"
/* SCSS */
$brand: #afd4cd;
/* SwiftUI */
Color(red: 0.686, green: 0.831, blue: 0.804)
/* Android */
Color.parseColor("#afd4cd")Accessibility — WCAG contrast
Aa
#afd4cd on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd4cd on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.1%
Blue80.4%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow3.3%
Key (black)16.9%
Color previews
#afd4cd text on a black background
contrast 13.12:1
Card sample
#afd4cd text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd4cd;
Background color
Panel with #afd4cd background
background-color: #afd4cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd4cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 212, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 212, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd4cd; background: linear-gradient(135deg, #afd4cd, #AFC2D4);