#acb0d2
a light, soft blue · warm · closest name: silver
RGB
172, 176, 210
HSL
234°, 30%, 75%
CMYK
18, 16, 0, 18
Luminance
0.4447
Every format
| HEX | #acb0d2 |
| RGB | rgb(172, 176, 210) |
| HSL | hsl(234, 30%, 75%) |
| CMYK | cmyk(18%, 16%, 0%, 18%) |
| LAB | lab(72.5 5.6 -17.6) |
| LCH | lch(72.5 18.5 287.7) |
| OKLCH | oklch(0.765 0.049 279.9) |
Copy-ready code
/* CSS */
color: #acb0d2;
background-color: #acb0d2;
/* Tailwind (arbitrary) */
class="text-[#acb0d2] bg-[#acb0d2]"
/* SCSS */
$brand: #acb0d2;
/* SwiftUI */
Color(red: 0.675, green: 0.690, blue: 0.824)
/* Android */
Color.parseColor("#acb0d2")Accessibility — WCAG contrast
Aa
#acb0d2 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb0d2 on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green69.0%
Blue82.4%
CMYK percentages
Cyan18.1%
Magenta16.2%
Yellow0.0%
Key (black)17.6%
Color previews
#acb0d2 text on a black background
contrast 9.89:1
Card sample
#acb0d2 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb0d2;
Background color
Panel with #acb0d2 background
background-color: #acb0d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb0d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 176, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 176, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb0d2; background: linear-gradient(135deg, #acb0d2, #C1ACD2);