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