#afcaf6
a light, electric blue · cool · closest name: skyblue
RGB
175, 202, 246
HSL
217°, 80%, 83%
CMYK
29, 18, 0, 4
Luminance
0.5801
Every format
| HEX | #afcaf6 |
| RGB | rgb(175, 202, 246) |
| HSL | hsl(217, 80%, 83%) |
| CMYK | cmyk(29%, 18%, 0%, 4%) |
| LAB | lab(80.7 0.7 -24.6) |
| LCH | lch(80.7 24.6 271.7) |
| OKLCH | oklch(0.834 0.069 260.1) |
Copy-ready code
/* CSS */
color: #afcaf6;
background-color: #afcaf6;
/* Tailwind (arbitrary) */
class="text-[#afcaf6] bg-[#afcaf6]"
/* SCSS */
$brand: #afcaf6;
/* SwiftUI */
Color(red: 0.686, green: 0.792, blue: 0.965)
/* Android */
Color.parseColor("#afcaf6")Accessibility — WCAG contrast
Aa
#afcaf6 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcaf6 on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green79.2%
Blue96.5%
CMYK percentages
Cyan28.9%
Magenta17.9%
Yellow0.0%
Key (black)3.5%
Color previews
#afcaf6 text on a black background
contrast 12.60:1
Card sample
#afcaf6 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcaf6;
Background color
Panel with #afcaf6 background
background-color: #afcaf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcaf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 202, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 202, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcaf6; background: linear-gradient(135deg, #afcaf6, #C3AFF6);