#afdfda
a light, soft cyan · cool · closest name: silver
RGB
175, 223, 218
HSL
174°, 43%, 78%
CMYK
22, 0, 2, 13
Luminance
0.6695
Every format
| HEX | #afdfda |
| RGB | rgb(175, 223, 218) |
| HSL | hsl(174, 43%, 78%) |
| CMYK | cmyk(22%, 0%, 2%, 13%) |
| LAB | lab(85.5 -16.5 -2.6) |
| LCH | lch(85.5 16.7 189.1) |
| OKLCH | oklch(0.869 0.050 188.4) |
Copy-ready code
/* CSS */
color: #afdfda;
background-color: #afdfda;
/* Tailwind (arbitrary) */
class="text-[#afdfda] bg-[#afdfda]"
/* SCSS */
$brand: #afdfda;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.855)
/* Android */
Color.parseColor("#afdfda")Accessibility — WCAG contrast
Aa
#afdfda on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdfda on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue85.5%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow2.2%
Key (black)12.5%
Color previews
#afdfda text on a black background
contrast 14.39:1
Card sample
#afdfda text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdfda;
Background color
Panel with #afdfda background
background-color: #afdfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdfda; background: linear-gradient(135deg, #afdfda, #AFC4DF);