#afd4d6
a light, soft cyan · cool · closest name: silver
RGB
175, 212, 214
HSL
183°, 32%, 76%
CMYK
18, 1, 0, 16
Luminance
0.6106
Every format
| HEX | #afd4d6 |
| RGB | rgb(175, 212, 214) |
| HSL | hsl(183, 32%, 76%) |
| CMYK | cmyk(18%, 1%, 0%, 16%) |
| LAB | lab(82.4 -11.7 -5.0) |
| LCH | lch(82.4 12.8 203.3) |
| OKLCH | oklch(0.844 0.039 200.5) |
Copy-ready code
/* CSS */
color: #afd4d6;
background-color: #afd4d6;
/* Tailwind (arbitrary) */
class="text-[#afd4d6] bg-[#afd4d6]"
/* SCSS */
$brand: #afd4d6;
/* SwiftUI */
Color(red: 0.686, green: 0.831, blue: 0.839)
/* Android */
Color.parseColor("#afd4d6")Accessibility — WCAG contrast
Aa
#afd4d6 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd4d6 on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.1%
Blue83.9%
CMYK percentages
Cyan18.2%
Magenta0.9%
Yellow0.0%
Key (black)16.1%
Color previews
#afd4d6 text on a black background
contrast 13.21:1
Card sample
#afd4d6 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd4d6;
Background color
Panel with #afd4d6 background
background-color: #afd4d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd4d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 212, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 212, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd4d6; background: linear-gradient(135deg, #afd4d6, #AFBAD6);