#abaceb
a light, vivid blue · warm · closest name: plum
RGB
171, 172, 235
HSL
239°, 62%, 80%
CMYK
27, 27, 0, 8
Luminance
0.4416
Every format
| HEX | #abaceb |
| RGB | rgb(171, 172, 235) |
| HSL | hsl(239, 62%, 80%) |
| CMYK | cmyk(27%, 27%, 0%, 8%) |
| LAB | lab(72.3 13.3 -31.6) |
| LCH | lch(72.3 34.3 292.9) |
| OKLCH | oklch(0.766 0.090 283.4) |
Copy-ready code
/* CSS */
color: #abaceb;
background-color: #abaceb;
/* Tailwind (arbitrary) */
class="text-[#abaceb] bg-[#abaceb]"
/* SCSS */
$brand: #abaceb;
/* SwiftUI */
Color(red: 0.671, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#abaceb")Accessibility — WCAG contrast
Aa
#abaceb on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abaceb on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.5%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#abaceb text on a black background
contrast 9.83:1
Card sample
#abaceb text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abaceb;
Background color
Panel with #abaceb background
background-color: #abaceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abaceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abaceb; background: linear-gradient(135deg, #abaceb, #D5ABEB);