#afd8fc
a light, electric blue · cool · closest name: skyblue
RGB
175, 216, 252
HSL
208°, 93%, 84%
CMYK
31, 14, 0, 1
Luminance
0.6525
Every format
| HEX | #afd8fc |
| RGB | rgb(175, 216, 252) |
| HSL | hsl(208, 93%, 84%) |
| CMYK | cmyk(31%, 14%, 0%, 1%) |
| LAB | lab(84.6 -5.2 -21.9) |
| LCH | lch(84.6 22.5 256.6) |
| OKLCH | oklch(0.865 0.066 245.2) |
Copy-ready code
/* CSS */
color: #afd8fc;
background-color: #afd8fc;
/* Tailwind (arbitrary) */
class="text-[#afd8fc] bg-[#afd8fc]"
/* SCSS */
$brand: #afd8fc;
/* SwiftUI */
Color(red: 0.686, green: 0.847, blue: 0.988)
/* Android */
Color.parseColor("#afd8fc")Accessibility — WCAG contrast
Aa
#afd8fc on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd8fc on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.7%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta14.3%
Yellow0.0%
Key (black)1.2%
Color previews
#afd8fc text on a black background
contrast 14.05:1
Card sample
#afd8fc text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd8fc;
Background color
Panel with #afd8fc background
background-color: #afd8fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd8fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 216, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 216, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd8fc; background: linear-gradient(135deg, #afd8fc, #B9AFFC);