#acadf4
a light, electric blue · warm · closest name: plum
RGB
172, 173, 244
HSL
239°, 77%, 82%
CMYK
30, 29, 0, 4
Luminance
0.4519
Every format
| HEX | #acadf4 |
| RGB | rgb(172, 173, 244) |
| HSL | hsl(239, 77%, 82%) |
| CMYK | cmyk(30%, 29%, 0%, 4%) |
| LAB | lab(73.0 15.3 -35.4) |
| LCH | lch(73.0 38.6 293.3) |
| OKLCH | oklch(0.773 0.101 283.2) |
Copy-ready code
/* CSS */
color: #acadf4;
background-color: #acadf4;
/* Tailwind (arbitrary) */
class="text-[#acadf4] bg-[#acadf4]"
/* SCSS */
$brand: #acadf4;
/* SwiftUI */
Color(red: 0.675, green: 0.678, blue: 0.957)
/* Android */
Color.parseColor("#acadf4")Accessibility — WCAG contrast
Aa
#acadf4 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acadf4 on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.8%
Blue95.7%
CMYK percentages
Cyan29.5%
Magenta29.1%
Yellow0.0%
Key (black)4.3%
Color previews
#acadf4 text on a black background
contrast 10.04:1
Card sample
#acadf4 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acadf4;
Background color
Panel with #acadf4 background
background-color: #acadf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acadf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 173, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 173, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acadf4; background: linear-gradient(135deg, #acadf4, #DBACF4);