#adaacb
a light, soft blue · warm · closest name: silver
RGB
173, 170, 203
HSL
246°, 24%, 73%
CMYK
15, 16, 0, 20
Luminance
0.4195
Every format
| HEX | #adaacb |
| RGB | rgb(173, 170, 203) |
| HSL | hsl(246, 24%, 73%) |
| CMYK | cmyk(15%, 16%, 0%, 20%) |
| LAB | lab(70.8 7.7 -16.4) |
| LCH | lch(70.8 18.1 295.2) |
| OKLCH | oklch(0.751 0.047 289.4) |
Copy-ready code
/* CSS */
color: #adaacb;
background-color: #adaacb;
/* Tailwind (arbitrary) */
class="text-[#adaacb] bg-[#adaacb]"
/* SCSS */
$brand: #adaacb;
/* SwiftUI */
Color(red: 0.678, green: 0.667, blue: 0.796)
/* Android */
Color.parseColor("#adaacb")Accessibility — WCAG contrast
Aa
#adaacb on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adaacb on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green66.7%
Blue79.6%
CMYK percentages
Cyan14.8%
Magenta16.3%
Yellow0.0%
Key (black)20.4%
Color previews
#adaacb text on a black background
contrast 9.39:1
Card sample
#adaacb text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adaacb;
Background color
Panel with #adaacb background
background-color: #adaacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adaacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 170, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 170, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adaacb; background: linear-gradient(135deg, #adaacb, #C3AACB);