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