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