#afccff
a light, electric blue · cool · closest name: skyblue
RGB
175, 204, 255
HSL
218°, 100%, 84%
CMYK
31, 20, 0, 0
Luminance
0.5952
Every format
| HEX | #afccff |
| RGB | rgb(175, 204, 255) |
| HSL | hsl(218, 100%, 84%) |
| CMYK | cmyk(31%, 20%, 0%, 0%) |
| LAB | lab(81.6 1.8 -28.1) |
| LCH | lch(81.6 28.2 273.7) |
| OKLCH | oklch(0.842 0.078 261.6) |
Copy-ready code
/* CSS */
color: #afccff;
background-color: #afccff;
/* Tailwind (arbitrary) */
class="text-[#afccff] bg-[#afccff]"
/* SCSS */
$brand: #afccff;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#afccff")Accessibility — WCAG contrast
Aa
#afccff on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afccff on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#afccff text on a black background
contrast 12.90:1
Card sample
#afccff text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afccff;
Background color
Panel with #afccff background
background-color: #afccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afccff; background: linear-gradient(135deg, #afccff, #C7AFFF);