#afddfe
a light, electric blue · cool · closest name: skyblue
RGB
175, 221, 254
HSL
205°, 98%, 84%
CMYK
31, 13, 0, 0
Luminance
0.6798
Every format
| HEX | #afddfe |
| RGB | rgb(175, 221, 254) |
| HSL | hsl(205, 98%, 84%) |
| CMYK | cmyk(31%, 13%, 0%, 0%) |
| LAB | lab(86.0 -7.4 -20.9) |
| LCH | lch(86.0 22.1 250.6) |
| OKLCH | oklch(0.876 0.066 239.7) |
Copy-ready code
/* CSS */
color: #afddfe;
background-color: #afddfe;
/* Tailwind (arbitrary) */
class="text-[#afddfe] bg-[#afddfe]"
/* SCSS */
$brand: #afddfe;
/* SwiftUI */
Color(red: 0.686, green: 0.867, blue: 0.996)
/* Android */
Color.parseColor("#afddfe")Accessibility — WCAG contrast
Aa
#afddfe on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afddfe on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.7%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta13.0%
Yellow0.0%
Key (black)0.4%
Color previews
#afddfe text on a black background
contrast 14.60:1
Card sample
#afddfe text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afddfe;
Background color
Panel with #afddfe background
background-color: #afddfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afddfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 221, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 221, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afddfe; background: linear-gradient(135deg, #afddfe, #B6AFFE);