#afd4f8
a light, electric blue · cool · closest name: skyblue
RGB
175, 212, 248
HSL
210°, 84%, 83%
CMYK
29, 15, 0, 3
Luminance
0.6298
Every format
| HEX | #afd4f8 |
| RGB | rgb(175, 212, 248) |
| HSL | hsl(210, 84%, 83%) |
| CMYK | cmyk(29%, 15%, 0%, 3%) |
| LAB | lab(83.4 -4.1 -21.6) |
| LCH | lch(83.4 22.0 259.3) |
| OKLCH | oklch(0.855 0.064 247.9) |
Copy-ready code
/* CSS */
color: #afd4f8;
background-color: #afd4f8;
/* Tailwind (arbitrary) */
class="text-[#afd4f8] bg-[#afd4f8]"
/* SCSS */
$brand: #afd4f8;
/* SwiftUI */
Color(red: 0.686, green: 0.831, blue: 0.973)
/* Android */
Color.parseColor("#afd4f8")Accessibility — WCAG contrast
Aa
#afd4f8 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd4f8 on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.1%
Blue97.3%
CMYK percentages
Cyan29.4%
Magenta14.5%
Yellow0.0%
Key (black)2.7%
Color previews
#afd4f8 text on a black background
contrast 13.60:1
Card sample
#afd4f8 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd4f8;
Background color
Panel with #afd4f8 background
background-color: #afd4f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd4f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 212, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 212, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd4f8; background: linear-gradient(135deg, #afd4f8, #BBAFF8);