#afd1ce
a light, soft cyan · cool · closest name: silver
RGB
175, 209, 206
HSL
175°, 27%, 75%
CMYK
16, 0, 1, 18
Luminance
0.5917
Every format
| HEX | #afd1ce |
| RGB | rgb(175, 209, 206) |
| HSL | hsl(175, 27%, 75%) |
| CMYK | cmyk(16%, 0%, 1%, 18%) |
| LAB | lab(81.4 -11.8 -2.3) |
| LCH | lch(81.4 12.1 190.9) |
| OKLCH | oklch(0.835 0.036 189.9) |
Copy-ready code
/* CSS */
color: #afd1ce;
background-color: #afd1ce;
/* Tailwind (arbitrary) */
class="text-[#afd1ce] bg-[#afd1ce]"
/* SCSS */
$brand: #afd1ce;
/* SwiftUI */
Color(red: 0.686, green: 0.820, blue: 0.808)
/* Android */
Color.parseColor("#afd1ce")Accessibility — WCAG contrast
Aa
#afd1ce on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd1ce on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.0%
Blue80.8%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow1.4%
Key (black)18.0%
Color previews
#afd1ce text on a black background
contrast 12.83:1
Card sample
#afd1ce text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd1ce;
Background color
Panel with #afd1ce background
background-color: #afd1ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd1ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 209, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 209, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd1ce; background: linear-gradient(135deg, #afd1ce, #AFBDD1);