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