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