#acb3da
a light, soft blue · warm · closest name: lavender
RGB
172, 179, 218
HSL
231°, 38%, 77%
CMYK
21, 18, 0, 15
Luminance
0.4607
Every format
| HEX | #acb3da |
| RGB | rgb(172, 179, 218) |
| HSL | hsl(231, 38%, 77%) |
| CMYK | cmyk(21%, 18%, 0%, 15%) |
| LAB | lab(73.6 5.8 -20.4) |
| LCH | lch(73.6 21.2 285.8) |
| OKLCH | oklch(0.774 0.056 277.0) |
Copy-ready code
/* CSS */
color: #acb3da;
background-color: #acb3da;
/* Tailwind (arbitrary) */
class="text-[#acb3da] bg-[#acb3da]"
/* SCSS */
$brand: #acb3da;
/* SwiftUI */
Color(red: 0.675, green: 0.702, blue: 0.855)
/* Android */
Color.parseColor("#acb3da")Accessibility — WCAG contrast
Aa
#acb3da on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb3da on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green70.2%
Blue85.5%
CMYK percentages
Cyan21.1%
Magenta17.9%
Yellow0.0%
Key (black)14.5%
Color previews
#acb3da text on a black background
contrast 10.21:1
Card sample
#acb3da text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb3da;
Background color
Panel with #acb3da background
background-color: #acb3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 179, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 179, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb3da; background: linear-gradient(135deg, #acb3da, #C4ACDA);