#acb2f7
a light, electric blue · warm · closest name: plum
RGB
172, 178, 247
HSL
235°, 82%, 82%
CMYK
30, 28, 0, 3
Luminance
0.4733
Every format
| HEX | #acb2f7 |
| RGB | rgb(172, 178, 247) |
| HSL | hsl(235, 82%, 82%) |
| CMYK | cmyk(30%, 28%, 0%, 3%) |
| LAB | lab(74.4 13.2 -34.9) |
| LCH | lch(74.4 37.3 290.7) |
| OKLCH | oklch(0.784 0.098 280.0) |
Copy-ready code
/* CSS */
color: #acb2f7;
background-color: #acb2f7;
/* Tailwind (arbitrary) */
class="text-[#acb2f7] bg-[#acb2f7]"
/* SCSS */
$brand: #acb2f7;
/* SwiftUI */
Color(red: 0.675, green: 0.698, blue: 0.969)
/* Android */
Color.parseColor("#acb2f7")Accessibility — WCAG contrast
Aa
#acb2f7 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb2f7 on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green69.8%
Blue96.9%
CMYK percentages
Cyan30.4%
Magenta27.9%
Yellow0.0%
Key (black)3.1%
Color previews
#acb2f7 text on a black background
contrast 10.47:1
Card sample
#acb2f7 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb2f7;
Background color
Panel with #acb2f7 background
background-color: #acb2f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb2f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 178, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 178, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb2f7; background: linear-gradient(135deg, #acb2f7, #D8ACF7);