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