#acb0da
a light, soft blue · warm · closest name: lavender
RGB
172, 176, 218
HSL
235°, 38%, 77%
CMYK
21, 19, 0, 15
Luminance
0.4488
Every format
| HEX | #acb0da |
| RGB | rgb(172, 176, 218) |
| HSL | hsl(235, 38%, 77%) |
| CMYK | cmyk(21%, 19%, 0%, 15%) |
| LAB | lab(72.8 7.4 -21.6) |
| LCH | lch(72.8 22.8 289.0) |
| OKLCH | oklch(0.768 0.060 280.6) |
Copy-ready code
/* CSS */
color: #acb0da;
background-color: #acb0da;
/* Tailwind (arbitrary) */
class="text-[#acb0da] bg-[#acb0da]"
/* SCSS */
$brand: #acb0da;
/* SwiftUI */
Color(red: 0.675, green: 0.690, blue: 0.855)
/* Android */
Color.parseColor("#acb0da")Accessibility — WCAG contrast
Aa
#acb0da on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb0da on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green69.0%
Blue85.5%
CMYK percentages
Cyan21.1%
Magenta19.3%
Yellow0.0%
Key (black)14.5%
Color previews
#acb0da text on a black background
contrast 9.98:1
Card sample
#acb0da text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb0da;
Background color
Panel with #acb0da background
background-color: #acb0da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb0da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 176, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 176, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb0da; background: linear-gradient(135deg, #acb0da, #C7ACDA);