#afd8fe
a light, electric blue · cool · closest name: skyblue
RGB
175, 216, 254
HSL
209°, 98%, 84%
CMYK
31, 15, 0, 0
Luminance
0.6538
Every format
| HEX | #afd8fe |
| RGB | rgb(175, 216, 254) |
| HSL | hsl(209, 98%, 84%) |
| CMYK | cmyk(31%, 15%, 0%, 0%) |
| LAB | lab(84.7 -4.8 -22.9) |
| LCH | lch(84.7 23.4 258.2) |
| OKLCH | oklch(0.866 0.068 246.6) |
Copy-ready code
/* CSS */
color: #afd8fe;
background-color: #afd8fe;
/* Tailwind (arbitrary) */
class="text-[#afd8fe] bg-[#afd8fe]"
/* SCSS */
$brand: #afd8fe;
/* SwiftUI */
Color(red: 0.686, green: 0.847, blue: 0.996)
/* Android */
Color.parseColor("#afd8fe")Accessibility — WCAG contrast
Aa
#afd8fe on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd8fe on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.7%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta15.0%
Yellow0.0%
Key (black)0.4%
Color previews
#afd8fe text on a black background
contrast 14.08:1
Card sample
#afd8fe text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd8fe;
Background color
Panel with #afd8fe background
background-color: #afd8fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd8fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 216, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 216, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd8fe; background: linear-gradient(135deg, #afd8fe, #BBAFFE);