#ada0fc
a light, electric blue · warm · closest name: plum
RGB
173, 160, 252
HSL
249°, 94%, 81%
CMYK
31, 37, 0, 1
Luminance
0.4105
Every format
| HEX | #ada0fc |
| RGB | rgb(173, 160, 252) |
| HSL | hsl(249, 94%, 81%) |
| CMYK | cmyk(31%, 37%, 0%, 1%) |
| LAB | lab(70.2 24.8 -44.1) |
| LCH | lch(70.2 50.6 299.4) |
| OKLCH | oklch(0.753 0.131 289.3) |
Copy-ready code
/* CSS */
color: #ada0fc;
background-color: #ada0fc;
/* Tailwind (arbitrary) */
class="text-[#ada0fc] bg-[#ada0fc]"
/* SCSS */
$brand: #ada0fc;
/* SwiftUI */
Color(red: 0.678, green: 0.627, blue: 0.988)
/* Android */
Color.parseColor("#ada0fc")Accessibility — WCAG contrast
Aa
#ada0fc on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ada0fc on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green62.7%
Blue98.8%
CMYK percentages
Cyan31.3%
Magenta36.5%
Yellow0.0%
Key (black)1.2%
Color previews
#ada0fc text on a black background
contrast 9.21:1
Card sample
#ada0fc text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ada0fc;
Background color
Panel with #ada0fc background
background-color: #ada0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ada0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 160, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 160, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ada0fc; background: linear-gradient(135deg, #ada0fc, #EAA0FC);