#afcef1
a light, vivid blue · cool · closest name: skyblue
RGB
175, 206, 241
HSL
212°, 70%, 82%
CMYK
27, 15, 0, 6
Luminance
0.5961
Every format
| HEX | #afcef1 |
| RGB | rgb(175, 206, 241) |
| HSL | hsl(212, 70%, 82%) |
| CMYK | cmyk(27%, 15%, 0%, 6%) |
| LAB | lab(81.6 -2.6 -20.6) |
| LCH | lch(81.6 20.8 262.9) |
| OKLCH | oklch(0.840 0.059 251.6) |
Copy-ready code
/* CSS */
color: #afcef1;
background-color: #afcef1;
/* Tailwind (arbitrary) */
class="text-[#afcef1] bg-[#afcef1]"
/* SCSS */
$brand: #afcef1;
/* SwiftUI */
Color(red: 0.686, green: 0.808, blue: 0.945)
/* Android */
Color.parseColor("#afcef1")Accessibility — WCAG contrast
Aa
#afcef1 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcef1 on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.8%
Blue94.5%
CMYK percentages
Cyan27.4%
Magenta14.5%
Yellow0.0%
Key (black)5.5%
Color previews
#afcef1 text on a black background
contrast 12.92:1
Card sample
#afcef1 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcef1;
Background color
Panel with #afcef1 background
background-color: #afcef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 206, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 206, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcef1; background: linear-gradient(135deg, #afcef1, #BCAFF1);