#afccf8
a light, electric blue · cool · closest name: skyblue
RGB
175, 204, 248
HSL
216°, 84%, 83%
CMYK
29, 18, 0, 3
Luminance
0.5908
Every format
| HEX | #afccf8 |
| RGB | rgb(175, 204, 248) |
| HSL | hsl(216, 84%, 83%) |
| CMYK | cmyk(29%, 18%, 0%, 3%) |
| LAB | lab(81.3 0.1 -24.8) |
| LCH | lch(81.3 24.8 270.3) |
| OKLCH | oklch(0.839 0.070 258.6) |
Copy-ready code
/* CSS */
color: #afccf8;
background-color: #afccf8;
/* Tailwind (arbitrary) */
class="text-[#afccf8] bg-[#afccf8]"
/* SCSS */
$brand: #afccf8;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 0.973)
/* Android */
Color.parseColor("#afccf8")Accessibility — WCAG contrast
Aa
#afccf8 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afccf8 on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue97.3%
CMYK percentages
Cyan29.4%
Magenta17.7%
Yellow0.0%
Key (black)2.7%
Color previews
#afccf8 text on a black background
contrast 12.82:1
Card sample
#afccf8 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afccf8;
Background color
Panel with #afccf8 background
background-color: #afccf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afccf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afccf8; background: linear-gradient(135deg, #afccf8, #C3AFF8);