#acb7eb
a light, vivid blue · warm · closest name: skyblue
RGB
172, 183, 235
HSL
230°, 61%, 80%
CMYK
27, 22, 0, 8
Luminance
0.4864
Every format
| HEX | #acb7eb |
| RGB | rgb(172, 183, 235) |
| HSL | hsl(230, 61%, 80%) |
| CMYK | cmyk(27%, 22%, 0%, 8%) |
| LAB | lab(75.2 7.5 -27.1) |
| LCH | lch(75.2 28.2 285.5) |
| OKLCH | oklch(0.789 0.075 275.3) |
Copy-ready code
/* CSS */
color: #acb7eb;
background-color: #acb7eb;
/* Tailwind (arbitrary) */
class="text-[#acb7eb] bg-[#acb7eb]"
/* SCSS */
$brand: #acb7eb;
/* SwiftUI */
Color(red: 0.675, green: 0.718, blue: 0.922)
/* Android */
Color.parseColor("#acb7eb")Accessibility — WCAG contrast
Aa
#acb7eb on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb7eb on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green71.8%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta22.1%
Yellow0.0%
Key (black)7.8%
Color previews
#acb7eb text on a black background
contrast 10.73:1
Card sample
#acb7eb text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb7eb;
Background color
Panel with #acb7eb background
background-color: #acb7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 183, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 183, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb7eb; background: linear-gradient(135deg, #acb7eb, #CBACEB);