#adacda
a light, soft blue · warm · closest name: plum
RGB
173, 172, 218
HSL
241°, 38%, 77%
CMYK
21, 21, 0, 15
Luminance
0.4345
Every format
| HEX | #adacda |
| RGB | rgb(173, 172, 218) |
| HSL | hsl(241, 38%, 77%) |
| CMYK | cmyk(21%, 21%, 0%, 15%) |
| LAB | lab(71.9 9.9 -23.0) |
| LCH | lch(71.9 25.1 293.3) |
| OKLCH | oklch(0.761 0.066 285.7) |
Copy-ready code
/* CSS */
color: #adacda;
background-color: #adacda;
/* Tailwind (arbitrary) */
class="text-[#adacda] bg-[#adacda]"
/* SCSS */
$brand: #adacda;
/* SwiftUI */
Color(red: 0.678, green: 0.675, blue: 0.855)
/* Android */
Color.parseColor("#adacda")Accessibility — WCAG contrast
Aa
#adacda on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adacda on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green67.5%
Blue85.5%
CMYK percentages
Cyan20.6%
Magenta21.1%
Yellow0.0%
Key (black)14.5%
Color previews
#adacda text on a black background
contrast 9.69:1
Card sample
#adacda text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adacda;
Background color
Panel with #adacda background
background-color: #adacda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adacda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 172, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 172, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adacda; background: linear-gradient(135deg, #adacda, #CCACDA);