#afd5cc
a light, soft cyan · cool · closest name: silver
RGB
175, 213, 204
HSL
166°, 31%, 76%
CMYK
18, 0, 4, 17
Luminance
0.6106
Every format
| HEX | #afd5cc |
| RGB | rgb(175, 213, 204) |
| HSL | hsl(166, 31%, 76%) |
| CMYK | cmyk(18%, 0%, 4%, 17%) |
| LAB | lab(82.4 -14.3 0.3) |
| LCH | lch(82.4 14.3 178.8) |
| OKLCH | oklch(0.843 0.042 179.2) |
Copy-ready code
/* CSS */
color: #afd5cc;
background-color: #afd5cc;
/* Tailwind (arbitrary) */
class="text-[#afd5cc] bg-[#afd5cc]"
/* SCSS */
$brand: #afd5cc;
/* SwiftUI */
Color(red: 0.686, green: 0.835, blue: 0.800)
/* Android */
Color.parseColor("#afd5cc")Accessibility — WCAG contrast
Aa
#afd5cc on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd5cc on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.5%
Blue80.0%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow4.2%
Key (black)16.5%
Color previews
#afd5cc text on a black background
contrast 13.21:1
Card sample
#afd5cc text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd5cc;
Background color
Panel with #afd5cc background
background-color: #afd5cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd5cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 213, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 213, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd5cc; background: linear-gradient(135deg, #afd5cc, #AFC5D5);