#ab90fe
a light, electric blue · warm · closest name: slateblue
RGB
171, 144, 254
HSL
255°, 98%, 78%
CMYK
33, 43, 0, 0
Luminance
0.3576
Every format
| HEX | #ab90fe |
| RGB | rgb(171, 144, 254) |
| HSL | hsl(255, 98%, 78%) |
| CMYK | cmyk(33%, 43%, 0%, 0%) |
| LAB | lab(66.3 33.8 -51.3) |
| LCH | lch(66.3 61.5 303.4) |
| OKLCH | oklch(0.723 0.157 293.4) |
Copy-ready code
/* CSS */
color: #ab90fe;
background-color: #ab90fe;
/* Tailwind (arbitrary) */
class="text-[#ab90fe] bg-[#ab90fe]"
/* SCSS */
$brand: #ab90fe;
/* SwiftUI */
Color(red: 0.671, green: 0.565, blue: 0.996)
/* Android */
Color.parseColor("#ab90fe")Accessibility — WCAG contrast
Aa
#ab90fe on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab90fe on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green56.5%
Blue99.6%
CMYK percentages
Cyan32.7%
Magenta43.3%
Yellow0.0%
Key (black)0.4%
Color previews
#ab90fe text on a black background
contrast 8.15:1
Card sample
#ab90fe text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab90fe;
Background color
Panel with #ab90fe background
background-color: #ab90fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab90fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 144, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 144, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab90fe; background: linear-gradient(135deg, #ab90fe, #F490FE);