#acadf6
a light, electric blue · warm · closest name: plum
RGB
172, 173, 246
HSL
239°, 80%, 82%
CMYK
30, 30, 0, 4
Luminance
0.4531
Every format
| HEX | #acadf6 |
| RGB | rgb(172, 173, 246) |
| HSL | hsl(239, 80%, 82%) |
| CMYK | cmyk(30%, 30%, 0%, 4%) |
| LAB | lab(73.1 15.8 -36.4) |
| LCH | lch(73.1 39.7 293.4) |
| OKLCH | oklch(0.774 0.104 283.1) |
Copy-ready code
/* CSS */
color: #acadf6;
background-color: #acadf6;
/* Tailwind (arbitrary) */
class="text-[#acadf6] bg-[#acadf6]"
/* SCSS */
$brand: #acadf6;
/* SwiftUI */
Color(red: 0.675, green: 0.678, blue: 0.965)
/* Android */
Color.parseColor("#acadf6")Accessibility — WCAG contrast
Aa
#acadf6 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acadf6 on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.8%
Blue96.5%
CMYK percentages
Cyan30.1%
Magenta29.7%
Yellow0.0%
Key (black)3.5%
Color previews
#acadf6 text on a black background
contrast 10.06:1
Card sample
#acadf6 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acadf6;
Background color
Panel with #acadf6 background
background-color: #acadf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acadf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 173, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 173, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acadf6; background: linear-gradient(135deg, #acadf6, #DCACF6);