#afbfec
a light, vivid blue · cool · closest name: skyblue
RGB
175, 191, 236
HSL
224°, 62%, 81%
CMYK
26, 19, 0, 8
Luminance
0.5243
Every format
| HEX | #afbfec |
| RGB | rgb(175, 191, 236) |
| HSL | hsl(224, 62%, 81%) |
| CMYK | cmyk(26%, 19%, 0%, 8%) |
| LAB | lab(77.5 4.3 -24.1) |
| LCH | lch(77.5 24.5 280.1) |
| OKLCH | oklch(0.808 0.066 269.6) |
Copy-ready code
/* CSS */
color: #afbfec;
background-color: #afbfec;
/* Tailwind (arbitrary) */
class="text-[#afbfec] bg-[#afbfec]"
/* SCSS */
$brand: #afbfec;
/* SwiftUI */
Color(red: 0.686, green: 0.749, blue: 0.925)
/* Android */
Color.parseColor("#afbfec")Accessibility — WCAG contrast
Aa
#afbfec on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbfec on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.9%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta19.1%
Yellow0.0%
Key (black)7.5%
Color previews
#afbfec text on a black background
contrast 11.49:1
Card sample
#afbfec text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbfec;
Background color
Panel with #afbfec background
background-color: #afbfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 191, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 191, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbfec; background: linear-gradient(135deg, #afbfec, #C8AFEC);