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