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