#afbbeb
a light, vivid blue · warm · closest name: skyblue
RGB
175, 187, 235
HSL
228°, 60%, 80%
CMYK
26, 20, 0, 8
Luminance
0.5065
Every format
| HEX | #afbbeb |
| RGB | rgb(175, 187, 235) |
| HSL | hsl(228, 60%, 80%) |
| CMYK | cmyk(26%, 20%, 0%, 8%) |
| LAB | lab(76.5 6.2 -25.2) |
| LCH | lch(76.5 26.0 283.9) |
| OKLCH | oklch(0.799 0.069 273.8) |
Copy-ready code
/* CSS */
color: #afbbeb;
background-color: #afbbeb;
/* Tailwind (arbitrary) */
class="text-[#afbbeb] bg-[#afbbeb]"
/* SCSS */
$brand: #afbbeb;
/* SwiftUI */
Color(red: 0.686, green: 0.733, blue: 0.922)
/* Android */
Color.parseColor("#afbbeb")Accessibility — WCAG contrast
Aa
#afbbeb on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbbeb on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.3%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta20.4%
Yellow0.0%
Key (black)7.8%
Color previews
#afbbeb text on a black background
contrast 11.13:1
Card sample
#afbbeb text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbbeb;
Background color
Panel with #afbbeb background
background-color: #afbbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 187, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 187, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbbeb; background: linear-gradient(135deg, #afbbeb, #CBAFEB);