#afd1d8
a light, soft cyan · cool · closest name: silver
RGB
175, 209, 216
HSL
190°, 35%, 77%
CMYK
19, 3, 0, 15
Luminance
0.5967
Every format
| HEX | #afd1d8 |
| RGB | rgb(175, 209, 216) |
| HSL | hsl(190, 35%, 77%) |
| CMYK | cmyk(19%, 3%, 0%, 15%) |
| LAB | lab(81.7 -9.7 -7.2) |
| LCH | lch(81.7 12.1 216.5) |
| OKLCH | oklch(0.838 0.037 211.5) |
Copy-ready code
/* CSS */
color: #afd1d8;
background-color: #afd1d8;
/* Tailwind (arbitrary) */
class="text-[#afd1d8] bg-[#afd1d8]"
/* SCSS */
$brand: #afd1d8;
/* SwiftUI */
Color(red: 0.686, green: 0.820, blue: 0.847)
/* Android */
Color.parseColor("#afd1d8")Accessibility — WCAG contrast
Aa
#afd1d8 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd1d8 on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.0%
Blue84.7%
CMYK percentages
Cyan19.0%
Magenta3.2%
Yellow0.0%
Key (black)15.3%
Color previews
#afd1d8 text on a black background
contrast 12.93:1
Card sample
#afd1d8 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd1d8;
Background color
Panel with #afd1d8 background
background-color: #afd1d8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd1d8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 209, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 209, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd1d8; background: linear-gradient(135deg, #afd1d8, #AFB6D8);