#afddf9
a light, electric blue · cool · closest name: skyblue
RGB
175, 221, 249
HSL
203°, 86%, 83%
CMYK
30, 11, 0, 2
Luminance
0.6767
Every format
| HEX | #afddf9 |
| RGB | rgb(175, 221, 249) |
| HSL | hsl(203, 86%, 83%) |
| CMYK | cmyk(30%, 11%, 0%, 2%) |
| LAB | lab(85.8 -8.5 -18.5) |
| LCH | lch(85.8 20.4 245.2) |
| OKLCH | oklch(0.875 0.062 235.1) |
Copy-ready code
/* CSS */
color: #afddf9;
background-color: #afddf9;
/* Tailwind (arbitrary) */
class="text-[#afddf9] bg-[#afddf9]"
/* SCSS */
$brand: #afddf9;
/* SwiftUI */
Color(red: 0.686, green: 0.867, blue: 0.976)
/* Android */
Color.parseColor("#afddf9")Accessibility — WCAG contrast
Aa
#afddf9 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afddf9 on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.7%
Blue97.6%
CMYK percentages
Cyan29.7%
Magenta11.2%
Yellow0.0%
Key (black)2.4%
Color previews
#afddf9 text on a black background
contrast 14.53:1
Card sample
#afddf9 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afddf9;
Background color
Panel with #afddf9 background
background-color: #afddf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afddf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 221, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 221, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afddf9; background: linear-gradient(135deg, #afddf9, #B2AFF9);