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