#afe5dc
a light, vivid cyan · cool · closest name: silver
RGB
175, 229, 220
HSL
170°, 51%, 79%
CMYK
24, 0, 4, 10
Luminance
0.7032
Every format
| HEX | #afe5dc |
| RGB | rgb(175, 229, 220) |
| HSL | hsl(170, 51%, 79%) |
| CMYK | cmyk(24%, 0%, 4%, 10%) |
| LAB | lab(87.2 -19.0 -1.2) |
| LCH | lch(87.2 19.1 183.7) |
| OKLCH | oklch(0.882 0.057 183.7) |
Copy-ready code
/* CSS */
color: #afe5dc;
background-color: #afe5dc;
/* Tailwind (arbitrary) */
class="text-[#afe5dc] bg-[#afe5dc]"
/* SCSS */
$brand: #afe5dc;
/* SwiftUI */
Color(red: 0.686, green: 0.898, blue: 0.863)
/* Android */
Color.parseColor("#afe5dc")Accessibility — WCAG contrast
Aa
#afe5dc on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe5dc on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.8%
Blue86.3%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow3.9%
Key (black)10.2%
Color previews
#afe5dc text on a black background
contrast 15.06:1
Card sample
#afe5dc text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe5dc;
Background color
Panel with #afe5dc background
background-color: #afe5dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe5dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 229, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 229, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe5dc; background: linear-gradient(135deg, #afe5dc, #AFCAE5);