#afdcf4
a light, electric blue · cool · closest name: skyblue
RGB
175, 220, 244
HSL
201°, 76%, 82%
CMYK
28, 10, 0, 4
Luminance
0.6683
Every format
| HEX | #afdcf4 |
| RGB | rgb(175, 220, 244) |
| HSL | hsl(201, 76%, 82%) |
| CMYK | cmyk(28%, 10%, 0%, 4%) |
| LAB | lab(85.4 -9.2 -16.5) |
| LCH | lch(85.4 18.9 240.8) |
| OKLCH | oklch(0.871 0.058 231.5) |
Copy-ready code
/* CSS */
color: #afdcf4;
background-color: #afdcf4;
/* Tailwind (arbitrary) */
class="text-[#afdcf4] bg-[#afdcf4]"
/* SCSS */
$brand: #afdcf4;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.957)
/* Android */
Color.parseColor("#afdcf4")Accessibility — WCAG contrast
Aa
#afdcf4 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdcf4 on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue95.7%
CMYK percentages
Cyan28.3%
Magenta9.8%
Yellow0.0%
Key (black)4.3%
Color previews
#afdcf4 text on a black background
contrast 14.37:1
Card sample
#afdcf4 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdcf4;
Background color
Panel with #afdcf4 background
background-color: #afdcf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdcf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdcf4; background: linear-gradient(135deg, #afdcf4, #B0AFF4);