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