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