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