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