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