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