#afdace
a light, soft cyan · cool · closest name: silver
RGB
175, 218, 206
HSL
163°, 37%, 77%
CMYK
20, 0, 6, 15
Luminance
0.6371
Every format
| HEX | #afdace |
| RGB | rgb(175, 218, 206) |
| HSL | hsl(163, 37%, 77%) |
| CMYK | cmyk(20%, 0%, 6%, 15%) |
| LAB | lab(83.8 -16.4 1.3) |
| LCH | lch(83.8 16.5 175.5) |
| OKLCH | oklch(0.854 0.048 176.3) |
Copy-ready code
/* CSS */
color: #afdace;
background-color: #afdace;
/* Tailwind (arbitrary) */
class="text-[#afdace] bg-[#afdace]"
/* SCSS */
$brand: #afdace;
/* SwiftUI */
Color(red: 0.686, green: 0.855, blue: 0.808)
/* Android */
Color.parseColor("#afdace")Accessibility — WCAG contrast
Aa
#afdace on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdace on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.5%
Blue80.8%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow5.5%
Key (black)14.5%
Color previews
#afdace text on a black background
contrast 13.74:1
Card sample
#afdace text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdace;
Background color
Panel with #afdace background
background-color: #afdace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 218, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 218, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdace; background: linear-gradient(135deg, #afdace, #AFC9DA);