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