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