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