#afd1c7
a light, soft cyan · cool · closest name: silver
RGB
175, 209, 199
HSL
162°, 27%, 75%
CMYK
16, 0, 5, 18
Luminance
0.5884
Every format
| HEX | #afd1c7 |
| RGB | rgb(175, 209, 199) |
| HSL | hsl(162, 27%, 75%) |
| CMYK | cmyk(16%, 0%, 5%, 18%) |
| LAB | lab(81.2 -13.2 1.2) |
| LCH | lch(81.2 13.3 174.8) |
| OKLCH | oklch(0.833 0.039 175.6) |
Copy-ready code
/* CSS */
color: #afd1c7;
background-color: #afd1c7;
/* Tailwind (arbitrary) */
class="text-[#afd1c7] bg-[#afd1c7]"
/* SCSS */
$brand: #afd1c7;
/* SwiftUI */
Color(red: 0.686, green: 0.820, blue: 0.780)
/* Android */
Color.parseColor("#afd1c7")Accessibility — WCAG contrast
Aa
#afd1c7 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd1c7 on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.0%
Blue78.0%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow4.8%
Key (black)18.0%
Color previews
#afd1c7 text on a black background
contrast 12.77:1
Card sample
#afd1c7 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd1c7;
Background color
Panel with #afd1c7 background
background-color: #afd1c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd1c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 209, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 209, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd1c7; background: linear-gradient(135deg, #afd1c7, #AFC4D1);