#adaccb
a light, soft blue · warm · closest name: silver
RGB
173, 172, 203
HSL
242°, 23%, 74%
CMYK
15, 15, 0, 20
Luminance
0.4270
Every format
| HEX | #adaccb |
| RGB | rgb(173, 172, 203) |
| HSL | hsl(242, 23%, 74%) |
| CMYK | cmyk(15%, 15%, 0%, 20%) |
| LAB | lab(71.3 6.6 -15.6) |
| LCH | lch(71.3 16.9 293.0) |
| OKLCH | oklch(0.755 0.044 286.8) |
Copy-ready code
/* CSS */
color: #adaccb;
background-color: #adaccb;
/* Tailwind (arbitrary) */
class="text-[#adaccb] bg-[#adaccb]"
/* SCSS */
$brand: #adaccb;
/* SwiftUI */
Color(red: 0.678, green: 0.675, blue: 0.796)
/* Android */
Color.parseColor("#adaccb")Accessibility — WCAG contrast
Aa
#adaccb on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adaccb on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green67.5%
Blue79.6%
CMYK percentages
Cyan14.8%
Magenta15.3%
Yellow0.0%
Key (black)20.4%
Color previews
#adaccb text on a black background
contrast 9.54:1
Card sample
#adaccb text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adaccb;
Background color
Panel with #adaccb background
background-color: #adaccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adaccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 172, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 172, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adaccb; background: linear-gradient(135deg, #adaccb, #C2ACCB);