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