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