#acb9da
a light, soft blue · cool · closest name: skyblue
RGB
172, 185, 218
HSL
223°, 38%, 77%
CMYK
21, 15, 0, 15
Luminance
0.4853
Every format
| HEX | #acb9da |
| RGB | rgb(172, 185, 218) |
| HSL | hsl(223, 38%, 77%) |
| CMYK | cmyk(21%, 15%, 0%, 15%) |
| LAB | lab(75.2 2.5 -18.0) |
| LCH | lch(75.2 18.2 277.9) |
| OKLCH | oklch(0.787 0.049 268.3) |
Copy-ready code
/* CSS */
color: #acb9da;
background-color: #acb9da;
/* Tailwind (arbitrary) */
class="text-[#acb9da] bg-[#acb9da]"
/* SCSS */
$brand: #acb9da;
/* SwiftUI */
Color(red: 0.675, green: 0.725, blue: 0.855)
/* Android */
Color.parseColor("#acb9da")Accessibility — WCAG contrast
Aa
#acb9da on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb9da on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green72.5%
Blue85.5%
CMYK percentages
Cyan21.1%
Magenta15.1%
Yellow0.0%
Key (black)14.5%
Color previews
#acb9da text on a black background
contrast 10.71:1
Card sample
#acb9da text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb9da;
Background color
Panel with #acb9da background
background-color: #acb9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 185, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 185, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb9da; background: linear-gradient(135deg, #acb9da, #BEACDA);