#afd1d2
a light, soft cyan · cool · closest name: silver
RGB
175, 209, 210
HSL
182°, 28%, 76%
CMYK
17, 1, 0, 18
Luminance
0.5937
Every format
| HEX | #afd1d2 |
| RGB | rgb(175, 209, 210) |
| HSL | hsl(182, 28%, 76%) |
| CMYK | cmyk(17%, 1%, 0%, 18%) |
| LAB | lab(81.5 -11.0 -4.3) |
| LCH | lch(81.5 11.8 201.1) |
| OKLCH | oklch(0.836 0.036 198.7) |
Copy-ready code
/* CSS */
color: #afd1d2;
background-color: #afd1d2;
/* Tailwind (arbitrary) */
class="text-[#afd1d2] bg-[#afd1d2]"
/* SCSS */
$brand: #afd1d2;
/* SwiftUI */
Color(red: 0.686, green: 0.820, blue: 0.824)
/* Android */
Color.parseColor("#afd1d2")Accessibility — WCAG contrast
Aa
#afd1d2 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd1d2 on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.0%
Blue82.4%
CMYK percentages
Cyan16.7%
Magenta0.5%
Yellow0.0%
Key (black)17.6%
Color previews
#afd1d2 text on a black background
contrast 12.87:1
Card sample
#afd1d2 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd1d2;
Background color
Panel with #afd1d2 background
background-color: #afd1d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd1d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 209, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 209, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd1d2; background: linear-gradient(135deg, #afd1d2, #AFBAD2);