#afdcd6
a light, soft cyan · cool · closest name: silver
RGB
175, 220, 214
HSL
172°, 39%, 78%
CMYK
21, 0, 3, 14
Luminance
0.6516
Every format
| HEX | #afdcd6 |
| RGB | rgb(175, 220, 214) |
| HSL | hsl(172, 39%, 78%) |
| CMYK | cmyk(21%, 0%, 3%, 14%) |
| LAB | lab(84.6 -15.8 -1.9) |
| LCH | lch(84.6 15.9 186.8) |
| OKLCH | oklch(0.861 0.048 186.3) |
Copy-ready code
/* CSS */
color: #afdcd6;
background-color: #afdcd6;
/* Tailwind (arbitrary) */
class="text-[#afdcd6] bg-[#afdcd6]"
/* SCSS */
$brand: #afdcd6;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.839)
/* Android */
Color.parseColor("#afdcd6")Accessibility — WCAG contrast
Aa
#afdcd6 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdcd6 on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue83.9%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow2.7%
Key (black)13.7%
Color previews
#afdcd6 text on a black background
contrast 14.03:1
Card sample
#afdcd6 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdcd6;
Background color
Panel with #afdcd6 background
background-color: #afdcd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdcd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdcd6; background: linear-gradient(135deg, #afdcd6, #AFC4DC);