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