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