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