#adabdf
a light, soft blue · warm · closest name: plum
RGB
173, 171, 223
HSL
242°, 45%, 77%
CMYK
22, 23, 0, 13
Luminance
0.4334
Every format
| HEX | #adabdf |
| RGB | rgb(173, 171, 223) |
| HSL | hsl(242, 45%, 77%) |
| CMYK | cmyk(22%, 23%, 0%, 13%) |
| LAB | lab(71.8 11.7 -25.9) |
| LCH | lch(71.8 28.4 294.2) |
| OKLCH | oklch(0.761 0.074 286.3) |
Copy-ready code
/* CSS */
color: #adabdf;
background-color: #adabdf;
/* Tailwind (arbitrary) */
class="text-[#adabdf] bg-[#adabdf]"
/* SCSS */
$brand: #adabdf;
/* SwiftUI */
Color(red: 0.678, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#adabdf")Accessibility — WCAG contrast
Aa
#adabdf on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adabdf on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green67.1%
Blue87.5%
CMYK percentages
Cyan22.4%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#adabdf text on a black background
contrast 9.67:1
Card sample
#adabdf text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adabdf;
Background color
Panel with #adabdf background
background-color: #adabdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adabdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adabdf; background: linear-gradient(135deg, #adabdf, #D0ABDF);