#adaccf
a light, soft blue · warm · closest name: silver
RGB
173, 172, 207
HSL
242°, 27%, 74%
CMYK
16, 17, 0, 19
Luminance
0.4289
Every format
| HEX | #adaccf |
| RGB | rgb(173, 172, 207) |
| HSL | hsl(242, 27%, 74%) |
| CMYK | cmyk(16%, 17%, 0%, 19%) |
| LAB | lab(71.5 7.5 -17.6) |
| LCH | lch(71.5 19.1 293.1) |
| OKLCH | oklch(0.757 0.050 286.5) |
Copy-ready code
/* CSS */
color: #adaccf;
background-color: #adaccf;
/* Tailwind (arbitrary) */
class="text-[#adaccf] bg-[#adaccf]"
/* SCSS */
$brand: #adaccf;
/* SwiftUI */
Color(red: 0.678, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#adaccf")Accessibility — WCAG contrast
Aa
#adaccf on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adaccf on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green67.5%
Blue81.2%
CMYK percentages
Cyan16.4%
Magenta16.9%
Yellow0.0%
Key (black)18.8%
Color previews
#adaccf text on a black background
contrast 9.58:1
Card sample
#adaccf text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adaccf;
Background color
Panel with #adaccf background
background-color: #adaccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adaccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adaccf; background: linear-gradient(135deg, #adaccf, #C4ACCF);