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