#adacff
a light, electric blue · warm · closest name: plum
RGB
173, 172, 255
HSL
241°, 100%, 84%
CMYK
32, 33, 0, 0
Luminance
0.4561
Every format
| HEX | #adacff |
| RGB | rgb(173, 172, 255) |
| HSL | hsl(241, 100%, 84%) |
| CMYK | cmyk(32%, 33%, 0%, 0%) |
| LAB | lab(73.3 18.8 -41.0) |
| LCH | lch(73.3 45.1 294.7) |
| OKLCH | oklch(0.777 0.117 283.9) |
Copy-ready code
/* CSS */
color: #adacff;
background-color: #adacff;
/* Tailwind (arbitrary) */
class="text-[#adacff] bg-[#adacff]"
/* SCSS */
$brand: #adacff;
/* SwiftUI */
Color(red: 0.678, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#adacff")Accessibility — WCAG contrast
Aa
#adacff on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adacff on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green67.5%
Blue100.0%
CMYK percentages
Cyan32.2%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#adacff text on a black background
contrast 10.12:1
Card sample
#adacff text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adacff;
Background color
Panel with #adacff background
background-color: #adacff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adacff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adacff; background: linear-gradient(135deg, #adacff, #E4ACFF);