#afc3fd
a light, electric blue · cool · closest name: skyblue
RGB
175, 195, 253
HSL
225°, 95%, 84%
CMYK
31, 23, 0, 1
Luminance
0.5524
Every format
| HEX | #afc3fd |
| RGB | rgb(175, 195, 253) |
| HSL | hsl(225, 95%, 84%) |
| CMYK | cmyk(31%, 23%, 0%, 1%) |
| LAB | lab(79.2 6.2 -30.8) |
| LCH | lch(79.2 31.4 281.4) |
| OKLCH | oklch(0.823 0.085 269.7) |
Copy-ready code
/* CSS */
color: #afc3fd;
background-color: #afc3fd;
/* Tailwind (arbitrary) */
class="text-[#afc3fd] bg-[#afc3fd]"
/* SCSS */
$brand: #afc3fd;
/* SwiftUI */
Color(red: 0.686, green: 0.765, blue: 0.992)
/* Android */
Color.parseColor("#afc3fd")Accessibility — WCAG contrast
Aa
#afc3fd on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afc3fd on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green76.5%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta22.9%
Yellow0.0%
Key (black)0.8%
Color previews
#afc3fd text on a black background
contrast 12.05:1
Card sample
#afc3fd text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afc3fd;
Background color
Panel with #afc3fd background
background-color: #afc3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afc3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 195, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 195, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afc3fd; background: linear-gradient(135deg, #afc3fd, #CFAFFD);