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