#adacec
a light, vivid blue · warm · closest name: plum
RGB
173, 172, 236
HSL
241°, 63%, 80%
CMYK
27, 27, 0, 8
Luminance
0.4445
Every format
| HEX | #adacec |
| RGB | rgb(173, 172, 236) |
| HSL | hsl(241, 63%, 80%) |
| CMYK | cmyk(27%, 27%, 0%, 8%) |
| LAB | lab(72.5 14.2 -31.8) |
| LCH | lch(72.5 34.9 294.0) |
| OKLCH | oklch(0.768 0.091 284.8) |
Copy-ready code
/* CSS */
color: #adacec;
background-color: #adacec;
/* Tailwind (arbitrary) */
class="text-[#adacec] bg-[#adacec]"
/* SCSS */
$brand: #adacec;
/* SwiftUI */
Color(red: 0.678, green: 0.675, blue: 0.925)
/* Android */
Color.parseColor("#adacec")Accessibility — WCAG contrast
Aa
#adacec on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adacec on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green67.5%
Blue92.5%
CMYK percentages
Cyan26.7%
Magenta27.1%
Yellow0.0%
Key (black)7.5%
Color previews
#adacec text on a black background
contrast 9.89:1
Card sample
#adacec text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adacec;
Background color
Panel with #adacec background
background-color: #adacec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adacec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 172, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 172, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adacec; background: linear-gradient(135deg, #adacec, #D8ACEC);