#afdce4
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 220, 228
HSL
189°, 50%, 79%
CMYK
23, 4, 0, 11
Luminance
0.6590
Every format
| HEX | #afdce4 |
| RGB | rgb(175, 220, 228) |
| HSL | hsl(189, 50%, 79%) |
| CMYK | cmyk(23%, 4%, 0%, 11%) |
| LAB | lab(85.0 -12.8 -8.7) |
| LCH | lch(85.0 15.5 214.3) |
| OKLCH | oklch(0.865 0.048 209.6) |
Copy-ready code
/* CSS */
color: #afdce4;
background-color: #afdce4;
/* Tailwind (arbitrary) */
class="text-[#afdce4] bg-[#afdce4]"
/* SCSS */
$brand: #afdce4;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.894)
/* Android */
Color.parseColor("#afdce4")Accessibility — WCAG contrast
Aa
#afdce4 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdce4 on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue89.4%
CMYK percentages
Cyan23.2%
Magenta3.5%
Yellow0.0%
Key (black)10.6%
Color previews
#afdce4 text on a black background
contrast 14.18:1
Card sample
#afdce4 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdce4;
Background color
Panel with #afdce4 background
background-color: #afdce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdce4; background: linear-gradient(135deg, #afdce4, #AFB9E4);