#adaacf
a light, soft blue · warm · closest name: silver
RGB
173, 170, 207
HSL
245°, 28%, 74%
CMYK
16, 18, 0, 19
Luminance
0.4214
Every format
| HEX | #adaacf |
| RGB | rgb(173, 170, 207) |
| HSL | hsl(245, 28%, 74%) |
| CMYK | cmyk(16%, 18%, 0%, 19%) |
| LAB | lab(71.0 8.6 -18.4) |
| LCH | lch(71.0 20.3 295.1) |
| OKLCH | oklch(0.753 0.053 288.8) |
Copy-ready code
/* CSS */
color: #adaacf;
background-color: #adaacf;
/* Tailwind (arbitrary) */
class="text-[#adaacf] bg-[#adaacf]"
/* SCSS */
$brand: #adaacf;
/* SwiftUI */
Color(red: 0.678, green: 0.667, blue: 0.812)
/* Android */
Color.parseColor("#adaacf")Accessibility — WCAG contrast
Aa
#adaacf on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adaacf on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green66.7%
Blue81.2%
CMYK percentages
Cyan16.4%
Magenta17.9%
Yellow0.0%
Key (black)18.8%
Color previews
#adaacf text on a black background
contrast 9.43:1
Card sample
#adaacf text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adaacf;
Background color
Panel with #adaacf background
background-color: #adaacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adaacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 170, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 170, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adaacf; background: linear-gradient(135deg, #adaacf, #C6AACF);