#afbaeb
a light, vivid blue · warm · closest name: skyblue
RGB
175, 186, 235
HSL
229°, 60%, 80%
CMYK
26, 21, 0, 8
Luminance
0.5023
Every format
| HEX | #afbaeb |
| RGB | rgb(175, 186, 235) |
| HSL | hsl(229, 60%, 80%) |
| CMYK | cmyk(26%, 21%, 0%, 8%) |
| LAB | lab(76.2 6.8 -25.6) |
| LCH | lch(76.2 26.5 284.8) |
| OKLCH | oklch(0.797 0.071 274.8) |
Copy-ready code
/* CSS */
color: #afbaeb;
background-color: #afbaeb;
/* Tailwind (arbitrary) */
class="text-[#afbaeb] bg-[#afbaeb]"
/* SCSS */
$brand: #afbaeb;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#afbaeb")Accessibility — WCAG contrast
Aa
#afbaeb on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbaeb on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#afbaeb text on a black background
contrast 11.05:1
Card sample
#afbaeb text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbaeb;
Background color
Panel with #afbaeb background
background-color: #afbaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbaeb; background: linear-gradient(135deg, #afbaeb, #CCAFEB);