#afd6cc
a light, soft cyan · cool · closest name: silver
RGB
175, 214, 204
HSL
165°, 32%, 76%
CMYK
18, 0, 5, 16
Luminance
0.6157
Every format
| HEX | #afd6cc |
| RGB | rgb(175, 214, 204) |
| HSL | hsl(165, 32%, 76%) |
| CMYK | cmyk(18%, 0%, 5%, 16%) |
| LAB | lab(82.7 -14.8 0.7) |
| LCH | lch(82.7 14.8 177.3) |
| OKLCH | oklch(0.845 0.043 177.9) |
Copy-ready code
/* CSS */
color: #afd6cc;
background-color: #afd6cc;
/* Tailwind (arbitrary) */
class="text-[#afd6cc] bg-[#afd6cc]"
/* SCSS */
$brand: #afd6cc;
/* SwiftUI */
Color(red: 0.686, green: 0.839, blue: 0.800)
/* Android */
Color.parseColor("#afd6cc")Accessibility — WCAG contrast
Aa
#afd6cc on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd6cc on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.9%
Blue80.0%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow4.7%
Key (black)16.1%
Color previews
#afd6cc text on a black background
contrast 13.31:1
Card sample
#afd6cc text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd6cc;
Background color
Panel with #afd6cc background
background-color: #afd6cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd6cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 214, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 214, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd6cc; background: linear-gradient(135deg, #afd6cc, #AFC6D6);