#afdce8
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 220, 232
HSL
193°, 55%, 80%
CMYK
25, 5, 0, 9
Luminance
0.6613
Every format
| HEX | #afdce8 |
| RGB | rgb(175, 220, 232) |
| HSL | hsl(193, 55%, 80%) |
| CMYK | cmyk(25%, 5%, 0%, 9%) |
| LAB | lab(85.1 -11.9 -10.7) |
| LCH | lch(85.1 16.0 221.8) |
| OKLCH | oklch(0.867 0.050 215.8) |
Copy-ready code
/* CSS */
color: #afdce8;
background-color: #afdce8;
/* Tailwind (arbitrary) */
class="text-[#afdce8] bg-[#afdce8]"
/* SCSS */
$brand: #afdce8;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.910)
/* Android */
Color.parseColor("#afdce8")Accessibility — WCAG contrast
Aa
#afdce8 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdce8 on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue91.0%
CMYK percentages
Cyan24.6%
Magenta5.2%
Yellow0.0%
Key (black)9.0%
Color previews
#afdce8 text on a black background
contrast 14.23:1
Card sample
#afdce8 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdce8;
Background color
Panel with #afdce8 background
background-color: #afdce8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdce8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdce8; background: linear-gradient(135deg, #afdce8, #AFB6E8);