#afddf8
a light, electric blue · cool · closest name: skyblue
RGB
175, 221, 248
HSL
202°, 84%, 83%
CMYK
29, 11, 0, 3
Luminance
0.6760
Every format
| HEX | #afddf8 |
| RGB | rgb(175, 221, 248) |
| HSL | hsl(202, 84%, 83%) |
| CMYK | cmyk(29%, 11%, 0%, 3%) |
| LAB | lab(85.8 -8.8 -18.0) |
| LCH | lch(85.8 20.0 244.0) |
| OKLCH | oklch(0.874 0.061 234.1) |
Copy-ready code
/* CSS */
color: #afddf8;
background-color: #afddf8;
/* Tailwind (arbitrary) */
class="text-[#afddf8] bg-[#afddf8]"
/* SCSS */
$brand: #afddf8;
/* SwiftUI */
Color(red: 0.686, green: 0.867, blue: 0.973)
/* Android */
Color.parseColor("#afddf8")Accessibility — WCAG contrast
Aa
#afddf8 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afddf8 on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.7%
Blue97.3%
CMYK percentages
Cyan29.4%
Magenta10.9%
Yellow0.0%
Key (black)2.7%
Color previews
#afddf8 text on a black background
contrast 14.52:1
Card sample
#afddf8 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afddf8;
Background color
Panel with #afddf8 background
background-color: #afddf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afddf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 221, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 221, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afddf8; background: linear-gradient(135deg, #afddf8, #B1AFF8);