#afccfb
a light, electric blue · cool · closest name: skyblue
RGB
175, 204, 251
HSL
217°, 91%, 84%
CMYK
30, 19, 0, 2
Luminance
0.5926
Every format
| HEX | #afccfb |
| RGB | rgb(175, 204, 251) |
| HSL | hsl(217, 91%, 84%) |
| CMYK | cmyk(30%, 19%, 0%, 2%) |
| LAB | lab(81.4 0.9 -26.2) |
| LCH | lch(81.4 26.2 271.9) |
| OKLCH | oklch(0.840 0.073 260.0) |
Copy-ready code
/* CSS */
color: #afccfb;
background-color: #afccfb;
/* Tailwind (arbitrary) */
class="text-[#afccfb] bg-[#afccfb]"
/* SCSS */
$brand: #afccfb;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 0.984)
/* Android */
Color.parseColor("#afccfb")Accessibility — WCAG contrast
Aa
#afccfb on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afccfb on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue98.4%
CMYK percentages
Cyan30.3%
Magenta18.7%
Yellow0.0%
Key (black)1.6%
Color previews
#afccfb text on a black background
contrast 12.85:1
Card sample
#afccfb text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afccfb;
Background color
Panel with #afccfb background
background-color: #afccfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afccfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afccfb; background: linear-gradient(135deg, #afccfb, #C5AFFB);