#acb9eb
a light, vivid blue · warm · closest name: skyblue
RGB
172, 185, 235
HSL
228°, 61%, 80%
CMYK
27, 21, 0, 8
Luminance
0.4947
Every format
| HEX | #acb9eb |
| RGB | rgb(172, 185, 235) |
| HSL | hsl(228, 61%, 80%) |
| CMYK | cmyk(27%, 21%, 0%, 8%) |
| LAB | lab(75.7 6.5 -26.4) |
| LCH | lch(75.7 27.1 283.7) |
| OKLCH | oklch(0.793 0.073 273.3) |
Copy-ready code
/* CSS */
color: #acb9eb;
background-color: #acb9eb;
/* Tailwind (arbitrary) */
class="text-[#acb9eb] bg-[#acb9eb]"
/* SCSS */
$brand: #acb9eb;
/* SwiftUI */
Color(red: 0.675, green: 0.725, blue: 0.922)
/* Android */
Color.parseColor("#acb9eb")Accessibility — WCAG contrast
Aa
#acb9eb on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb9eb on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green72.5%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta21.3%
Yellow0.0%
Key (black)7.8%
Color previews
#acb9eb text on a black background
contrast 10.89:1
Card sample
#acb9eb text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb9eb;
Background color
Panel with #acb9eb background
background-color: #acb9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 185, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 185, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb9eb; background: linear-gradient(135deg, #acb9eb, #C9ACEB);