#afd3ce
a light, soft cyan · cool · closest name: silver
RGB
175, 211, 206
HSL
172°, 29%, 76%
CMYK
17, 0, 2, 17
Luminance
0.6016
Every format
| HEX | #afd3ce |
| RGB | rgb(175, 211, 206) |
| HSL | hsl(172, 29%, 76%) |
| CMYK | cmyk(17%, 0%, 2%, 17%) |
| LAB | lab(81.9 -12.8 -1.5) |
| LCH | lch(81.9 12.9 186.6) |
| OKLCH | oklch(0.839 0.039 186.2) |
Copy-ready code
/* CSS */
color: #afd3ce;
background-color: #afd3ce;
/* Tailwind (arbitrary) */
class="text-[#afd3ce] bg-[#afd3ce]"
/* SCSS */
$brand: #afd3ce;
/* SwiftUI */
Color(red: 0.686, green: 0.827, blue: 0.808)
/* Android */
Color.parseColor("#afd3ce")Accessibility — WCAG contrast
Aa
#afd3ce on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd3ce on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.7%
Blue80.8%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow2.4%
Key (black)17.3%
Color previews
#afd3ce text on a black background
contrast 13.03:1
Card sample
#afd3ce text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd3ce;
Background color
Panel with #afd3ce background
background-color: #afd3ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd3ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 211, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 211, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd3ce; background: linear-gradient(135deg, #afd3ce, #AFC0D3);