#adaccd
a light, soft blue · warm · closest name: silver
RGB
173, 172, 205
HSL
242°, 25%, 74%
CMYK
16, 16, 0, 20
Luminance
0.4280
Every format
| HEX | #adaccd |
| RGB | rgb(173, 172, 205) |
| HSL | hsl(242, 25%, 74%) |
| CMYK | cmyk(16%, 16%, 0%, 20%) |
| LAB | lab(71.4 7.0 -16.6) |
| LCH | lch(71.4 18.0 293.0) |
| OKLCH | oklch(0.756 0.047 286.6) |
Copy-ready code
/* CSS */
color: #adaccd;
background-color: #adaccd;
/* Tailwind (arbitrary) */
class="text-[#adaccd] bg-[#adaccd]"
/* SCSS */
$brand: #adaccd;
/* SwiftUI */
Color(red: 0.678, green: 0.675, blue: 0.804)
/* Android */
Color.parseColor("#adaccd")Accessibility — WCAG contrast
Aa
#adaccd on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adaccd on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green67.5%
Blue80.4%
CMYK percentages
Cyan15.6%
Magenta16.1%
Yellow0.0%
Key (black)19.6%
Color previews
#adaccd text on a black background
contrast 9.56:1
Card sample
#adaccd text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adaccd;
Background color
Panel with #adaccd background
background-color: #adaccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adaccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 172, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 172, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adaccd; background: linear-gradient(135deg, #adaccd, #C3ACCD);