#af90fc
a light, electric violet · warm · closest name: slateblue
RGB
175, 144, 252
HSL
257°, 95%, 78%
CMYK
31, 43, 0, 1
Luminance
0.3609
Every format
| HEX | #af90fc |
| RGB | rgb(175, 144, 252) |
| HSL | hsl(257, 95%, 78%) |
| CMYK | cmyk(31%, 43%, 0%, 1%) |
| LAB | lab(66.6 34.4 -49.8) |
| LCH | lch(66.6 60.5 304.6) |
| OKLCH | oklch(0.726 0.155 295.5) |
Copy-ready code
/* CSS */
color: #af90fc;
background-color: #af90fc;
/* Tailwind (arbitrary) */
class="text-[#af90fc] bg-[#af90fc]"
/* SCSS */
$brand: #af90fc;
/* SwiftUI */
Color(red: 0.686, green: 0.565, blue: 0.988)
/* Android */
Color.parseColor("#af90fc")Accessibility — WCAG contrast
Aa
#af90fc on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af90fc on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.5%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta42.9%
Yellow0.0%
Key (black)1.2%
Color previews
#af90fc text on a black background
contrast 8.22:1
Card sample
#af90fc text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af90fc;
Background color
Panel with #af90fc background
background-color: #af90fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af90fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 144, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 144, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af90fc; background: linear-gradient(135deg, #af90fc, #F790FC);