#afccf4
a light, electric blue · cool · closest name: skyblue
RGB
175, 204, 244
HSL
215°, 76%, 82%
CMYK
28, 16, 0, 4
Luminance
0.5883
Every format
| HEX | #afccf4 |
| RGB | rgb(175, 204, 244) |
| HSL | hsl(215, 76%, 82%) |
| CMYK | cmyk(28%, 16%, 0%, 4%) |
| LAB | lab(81.2 -0.8 -22.9) |
| LCH | lch(81.2 22.9 268.0) |
| OKLCH | oklch(0.837 0.065 256.5) |
Copy-ready code
/* CSS */
color: #afccf4;
background-color: #afccf4;
/* Tailwind (arbitrary) */
class="text-[#afccf4] bg-[#afccf4]"
/* SCSS */
$brand: #afccf4;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 0.957)
/* Android */
Color.parseColor("#afccf4")Accessibility — WCAG contrast
Aa
#afccf4 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afccf4 on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue95.7%
CMYK percentages
Cyan28.3%
Magenta16.4%
Yellow0.0%
Key (black)4.3%
Color previews
#afccf4 text on a black background
contrast 12.77:1
Card sample
#afccf4 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afccf4;
Background color
Panel with #afccf4 background
background-color: #afccf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afccf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afccf4; background: linear-gradient(135deg, #afccf4, #C0AFF4);