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