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