#acace7
a light, vivid blue · warm · closest name: plum
RGB
172, 172, 231
HSL
240°, 55%, 79%
CMYK
26, 26, 0, 9
Luminance
0.4405
Every format
| HEX | #acace7 |
| RGB | rgb(172, 172, 231) |
| HSL | hsl(240, 55%, 79%) |
| CMYK | cmyk(26%, 26%, 0%, 9%) |
| LAB | lab(72.3 12.7 -29.5) |
| LCH | lch(72.3 32.1 293.2) |
| OKLCH | oklch(0.766 0.084 284.2) |
Copy-ready code
/* CSS */
color: #acace7;
background-color: #acace7;
/* Tailwind (arbitrary) */
class="text-[#acace7] bg-[#acace7]"
/* SCSS */
$brand: #acace7;
/* SwiftUI */
Color(red: 0.675, green: 0.675, blue: 0.906)
/* Android */
Color.parseColor("#acace7")Accessibility — WCAG contrast
Aa
#acace7 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acace7 on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.5%
Blue90.6%
CMYK percentages
Cyan25.5%
Magenta25.5%
Yellow0.0%
Key (black)9.4%
Color previews
#acace7 text on a black background
contrast 9.81:1
Card sample
#acace7 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acace7;
Background color
Panel with #acace7 background
background-color: #acace7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acace7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 172, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 172, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acace7; background: linear-gradient(135deg, #acace7, #D3ACE7);