#afdcce
a light, soft cyan · cool · closest name: silver
RGB
175, 220, 206
HSL
161°, 39%, 78%
CMYK
21, 0, 6, 14
Luminance
0.6476
Every format
| HEX | #afdcce |
| RGB | rgb(175, 220, 206) |
| HSL | hsl(161, 39%, 78%) |
| CMYK | cmyk(21%, 0%, 6%, 14%) |
| LAB | lab(84.4 -17.4 2.1) |
| LCH | lch(84.4 17.5 173.3) |
| OKLCH | oklch(0.859 0.051 174.1) |
Copy-ready code
/* CSS */
color: #afdcce;
background-color: #afdcce;
/* Tailwind (arbitrary) */
class="text-[#afdcce] bg-[#afdcce]"
/* SCSS */
$brand: #afdcce;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.808)
/* Android */
Color.parseColor("#afdcce")Accessibility — WCAG contrast
Aa
#afdcce on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdcce on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue80.8%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow6.4%
Key (black)13.7%
Color previews
#afdcce text on a black background
contrast 13.95:1
Card sample
#afdcce text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdcce;
Background color
Panel with #afdcce background
background-color: #afdcce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdcce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdcce; background: linear-gradient(135deg, #afdcce, #AFCCDC);