#ada2fc
a light, electric blue · warm · closest name: plum
RGB
173, 162, 252
HSL
247°, 94%, 81%
CMYK
31, 36, 0, 1
Luminance
0.4175
Every format
| HEX | #ada2fc |
| RGB | rgb(173, 162, 252) |
| HSL | hsl(247, 94%, 81%) |
| CMYK | cmyk(31%, 36%, 0%, 1%) |
| LAB | lab(70.7 23.7 -43.4) |
| LCH | lch(70.7 49.4 298.6) |
| OKLCH | oklch(0.757 0.128 288.6) |
Copy-ready code
/* CSS */
color: #ada2fc;
background-color: #ada2fc;
/* Tailwind (arbitrary) */
class="text-[#ada2fc] bg-[#ada2fc]"
/* SCSS */
$brand: #ada2fc;
/* SwiftUI */
Color(red: 0.678, green: 0.635, blue: 0.988)
/* Android */
Color.parseColor("#ada2fc")Accessibility — WCAG contrast
Aa
#ada2fc on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ada2fc on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green63.5%
Blue98.8%
CMYK percentages
Cyan31.3%
Magenta35.7%
Yellow0.0%
Key (black)1.2%
Color previews
#ada2fc text on a black background
contrast 9.35:1
Card sample
#ada2fc text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ada2fc;
Background color
Panel with #ada2fc background
background-color: #ada2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ada2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 162, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 162, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ada2fc; background: linear-gradient(135deg, #ada2fc, #E9A2FC);