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