#acadfc
a light, electric blue · warm · closest name: plum
RGB
172, 173, 252
HSL
239°, 93%, 83%
CMYK
32, 31, 0, 1
Luminance
0.4569
Every format
| HEX | #acadfc |
| RGB | rgb(172, 173, 252) |
| HSL | hsl(239, 93%, 83%) |
| CMYK | cmyk(32%, 31%, 0%, 1%) |
| LAB | lab(73.3 17.3 -39.3) |
| LCH | lch(73.3 42.9 293.7) |
| OKLCH | oklch(0.777 0.112 282.9) |
Copy-ready code
/* CSS */
color: #acadfc;
background-color: #acadfc;
/* Tailwind (arbitrary) */
class="text-[#acadfc] bg-[#acadfc]"
/* SCSS */
$brand: #acadfc;
/* SwiftUI */
Color(red: 0.675, green: 0.678, blue: 0.988)
/* Android */
Color.parseColor("#acadfc")Accessibility — WCAG contrast
Aa
#acadfc on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acadfc on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.8%
Blue98.8%
CMYK percentages
Cyan31.7%
Magenta31.3%
Yellow0.0%
Key (black)1.2%
Color previews
#acadfc text on a black background
contrast 10.14:1
Card sample
#acadfc text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acadfc;
Background color
Panel with #acadfc background
background-color: #acadfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acadfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 173, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 173, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acadfc; background: linear-gradient(135deg, #acadfc, #E0ACFC);