#afd9fc
a light, electric blue · cool · closest name: skyblue
RGB
175, 217, 252
HSL
207°, 93%, 84%
CMYK
31, 14, 0, 1
Luminance
0.6577
Every format
| HEX | #afd9fc |
| RGB | rgb(175, 217, 252) |
| HSL | hsl(207, 93%, 84%) |
| CMYK | cmyk(31%, 14%, 0%, 1%) |
| LAB | lab(84.9 -5.8 -21.5) |
| LCH | lch(84.9 22.3 255.0) |
| OKLCH | oklch(0.867 0.066 243.8) |
Copy-ready code
/* CSS */
color: #afd9fc;
background-color: #afd9fc;
/* Tailwind (arbitrary) */
class="text-[#afd9fc] bg-[#afd9fc]"
/* SCSS */
$brand: #afd9fc;
/* SwiftUI */
Color(red: 0.686, green: 0.851, blue: 0.988)
/* Android */
Color.parseColor("#afd9fc")Accessibility — WCAG contrast
Aa
#afd9fc on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd9fc on black: 14.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.1%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta13.9%
Yellow0.0%
Key (black)1.2%
Color previews
#afd9fc text on a black background
contrast 14.15:1
Card sample
#afd9fc text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd9fc;
Background color
Panel with #afd9fc background
background-color: #afd9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 217, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 217, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd9fc; background: linear-gradient(135deg, #afd9fc, #B8AFFC);