#afded0
a light, soft cyan · cool · closest name: silver
RGB
175, 222, 208
HSL
162°, 42%, 78%
CMYK
21, 0, 6, 13
Luminance
0.6591
Every format
| HEX | #afded0 |
| RGB | rgb(175, 222, 208) |
| HSL | hsl(162, 42%, 78%) |
| CMYK | cmyk(21%, 0%, 6%, 13%) |
| LAB | lab(85.0 -18.0 1.9) |
| LCH | lch(85.0 18.1 174.1) |
| OKLCH | oklch(0.864 0.052 174.9) |
Copy-ready code
/* CSS */
color: #afded0;
background-color: #afded0;
/* Tailwind (arbitrary) */
class="text-[#afded0] bg-[#afded0]"
/* SCSS */
$brand: #afded0;
/* SwiftUI */
Color(red: 0.686, green: 0.871, blue: 0.816)
/* Android */
Color.parseColor("#afded0")Accessibility — WCAG contrast
Aa
#afded0 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afded0 on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.1%
Blue81.6%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow6.3%
Key (black)12.9%
Color previews
#afded0 text on a black background
contrast 14.18:1
Card sample
#afded0 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afded0;
Background color
Panel with #afded0 background
background-color: #afded0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afded0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 222, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 222, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afded0; background: linear-gradient(135deg, #afded0, #AFCDDE);