#adacfd
a light, electric blue · warm · closest name: plum
RGB
173, 172, 253
HSL
241°, 95%, 83%
CMYK
32, 32, 0, 1
Luminance
0.4548
Every format
| HEX | #adacfd |
| RGB | rgb(173, 172, 253) |
| HSL | hsl(241, 95%, 83%) |
| CMYK | cmyk(32%, 32%, 0%, 1%) |
| LAB | lab(73.2 18.3 -40.0) |
| LCH | lch(73.2 44.0 294.6) |
| OKLCH | oklch(0.776 0.115 284.0) |
Copy-ready code
/* CSS */
color: #adacfd;
background-color: #adacfd;
/* Tailwind (arbitrary) */
class="text-[#adacfd] bg-[#adacfd]"
/* SCSS */
$brand: #adacfd;
/* SwiftUI */
Color(red: 0.678, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#adacfd")Accessibility — WCAG contrast
Aa
#adacfd on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adacfd on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green67.5%
Blue99.2%
CMYK percentages
Cyan31.6%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#adacfd text on a black background
contrast 10.10:1
Card sample
#adacfd text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adacfd;
Background color
Panel with #adacfd background
background-color: #adacfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adacfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adacfd; background: linear-gradient(135deg, #adacfd, #E3ACFD);