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