#afccf1
a light, vivid blue · cool · closest name: skyblue
RGB
175, 204, 241
HSL
214°, 70%, 82%
CMYK
27, 15, 0, 6
Luminance
0.5865
Every format
| HEX | #afccf1 |
| RGB | rgb(175, 204, 241) |
| HSL | hsl(214, 70%, 82%) |
| CMYK | cmyk(27%, 15%, 0%, 6%) |
| LAB | lab(81.1 -1.5 -21.4) |
| LCH | lch(81.1 21.4 266.0) |
| OKLCH | oklch(0.836 0.061 254.7) |
Copy-ready code
/* CSS */
color: #afccf1;
background-color: #afccf1;
/* Tailwind (arbitrary) */
class="text-[#afccf1] bg-[#afccf1]"
/* SCSS */
$brand: #afccf1;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 0.945)
/* Android */
Color.parseColor("#afccf1")Accessibility — WCAG contrast
Aa
#afccf1 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afccf1 on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue94.5%
CMYK percentages
Cyan27.4%
Magenta15.4%
Yellow0.0%
Key (black)5.5%
Color previews
#afccf1 text on a black background
contrast 12.73:1
Card sample
#afccf1 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afccf1;
Background color
Panel with #afccf1 background
background-color: #afccf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afccf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afccf1; background: linear-gradient(135deg, #afccf1, #BEAFF1);