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