#afccfe
a light, electric blue · cool · closest name: skyblue
RGB
175, 204, 254
HSL
218°, 98%, 84%
CMYK
31, 20, 0, 0
Luminance
0.5946
Every format
| HEX | #afccfe |
| RGB | rgb(175, 204, 254) |
| HSL | hsl(218, 98%, 84%) |
| CMYK | cmyk(31%, 20%, 0%, 0%) |
| LAB | lab(81.5 1.6 -27.7) |
| LCH | lch(81.5 27.7 273.3) |
| OKLCH | oklch(0.841 0.077 261.2) |
Copy-ready code
/* CSS */
color: #afccfe;
background-color: #afccfe;
/* Tailwind (arbitrary) */
class="text-[#afccfe] bg-[#afccfe]"
/* SCSS */
$brand: #afccfe;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 0.996)
/* Android */
Color.parseColor("#afccfe")Accessibility — WCAG contrast
Aa
#afccfe on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afccfe on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta19.7%
Yellow0.0%
Key (black)0.4%
Color previews
#afccfe text on a black background
contrast 12.89:1
Card sample
#afccfe text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afccfe;
Background color
Panel with #afccfe background
background-color: #afccfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afccfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afccfe; background: linear-gradient(135deg, #afccfe, #C7AFFE);