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