#afd4da
a light, soft cyan · cool · closest name: silver
RGB
175, 212, 218
HSL
188°, 37%, 77%
CMYK
20, 3, 0, 15
Luminance
0.6126
Every format
| HEX | #afd4da |
| RGB | rgb(175, 212, 218) |
| HSL | hsl(188, 37%, 77%) |
| CMYK | cmyk(20%, 3%, 0%, 15%) |
| LAB | lab(82.5 -10.9 -7.0) |
| LCH | lch(82.5 12.9 212.8) |
| OKLCH | oklch(0.845 0.040 208.4) |
Copy-ready code
/* CSS */
color: #afd4da;
background-color: #afd4da;
/* Tailwind (arbitrary) */
class="text-[#afd4da] bg-[#afd4da]"
/* SCSS */
$brand: #afd4da;
/* SwiftUI */
Color(red: 0.686, green: 0.831, blue: 0.855)
/* Android */
Color.parseColor("#afd4da")Accessibility — WCAG contrast
Aa
#afd4da on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd4da on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.1%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta2.8%
Yellow0.0%
Key (black)14.5%
Color previews
#afd4da text on a black background
contrast 13.25:1
Card sample
#afd4da text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd4da;
Background color
Panel with #afd4da background
background-color: #afd4da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd4da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 212, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 212, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd4da; background: linear-gradient(135deg, #afd4da, #AFB7DA);