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