#aabceb
a light, vivid blue · cool · closest name: skyblue
RGB
170, 188, 235
HSL
223°, 62%, 79%
CMYK
28, 20, 0, 8
Luminance
0.5051
Every format
| HEX | #aabceb |
| RGB | rgb(170, 188, 235) |
| HSL | hsl(223, 62%, 79%) |
| CMYK | cmyk(28%, 20%, 0%, 8%) |
| LAB | lab(76.4 4.2 -25.4) |
| LCH | lch(76.4 25.8 279.5) |
| OKLCH | oklch(0.798 0.070 268.4) |
Copy-ready code
/* CSS */
color: #aabceb;
background-color: #aabceb;
/* Tailwind (arbitrary) */
class="text-[#aabceb] bg-[#aabceb]"
/* SCSS */
$brand: #aabceb;
/* SwiftUI */
Color(red: 0.667, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#aabceb")Accessibility — WCAG contrast
Aa
#aabceb on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aabceb on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green73.7%
Blue92.2%
CMYK percentages
Cyan27.7%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#aabceb text on a black background
contrast 11.10:1
Card sample
#aabceb text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aabceb;
Background color
Panel with #aabceb background
background-color: #aabceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aabceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aabceb; background: linear-gradient(135deg, #aabceb, #C3AAEB);