#acb2f9
a light, electric blue · warm · closest name: plum
RGB
172, 178, 249
HSL
235°, 87%, 83%
CMYK
31, 29, 0, 2
Luminance
0.4745
Every format
| HEX | #acb2f9 |
| RGB | rgb(172, 178, 249) |
| HSL | hsl(235, 87%, 83%) |
| CMYK | cmyk(31%, 29%, 0%, 2%) |
| LAB | lab(74.5 13.7 -35.9) |
| LCH | lch(74.5 38.4 290.9) |
| OKLCH | oklch(0.785 0.101 280.1) |
Copy-ready code
/* CSS */
color: #acb2f9;
background-color: #acb2f9;
/* Tailwind (arbitrary) */
class="text-[#acb2f9] bg-[#acb2f9]"
/* SCSS */
$brand: #acb2f9;
/* SwiftUI */
Color(red: 0.675, green: 0.698, blue: 0.976)
/* Android */
Color.parseColor("#acb2f9")Accessibility — WCAG contrast
Aa
#acb2f9 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb2f9 on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green69.8%
Blue97.6%
CMYK percentages
Cyan30.9%
Magenta28.5%
Yellow0.0%
Key (black)2.4%
Color previews
#acb2f9 text on a black background
contrast 10.49:1
Card sample
#acb2f9 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb2f9;
Background color
Panel with #acb2f9 background
background-color: #acb2f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb2f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 178, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 178, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb2f9; background: linear-gradient(135deg, #acb2f9, #D9ACF9);