#af98f6
a light, electric blue · warm · closest name: plum
RGB
175, 152, 246
HSL
255°, 84%, 78%
CMYK
29, 38, 0, 4
Luminance
0.3822
Every format
| HEX | #af98f6 |
| RGB | rgb(175, 152, 246) |
| HSL | hsl(255, 84%, 78%) |
| CMYK | cmyk(29%, 38%, 0%, 4%) |
| LAB | lab(68.2 28.4 -44.0) |
| LCH | lch(68.2 52.4 302.8) |
| OKLCH | oklch(0.737 0.135 294.1) |
Copy-ready code
/* CSS */
color: #af98f6;
background-color: #af98f6;
/* Tailwind (arbitrary) */
class="text-[#af98f6] bg-[#af98f6]"
/* SCSS */
$brand: #af98f6;
/* SwiftUI */
Color(red: 0.686, green: 0.596, blue: 0.965)
/* Android */
Color.parseColor("#af98f6")Accessibility — WCAG contrast
Aa
#af98f6 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af98f6 on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.6%
Blue96.5%
CMYK percentages
Cyan28.9%
Magenta38.2%
Yellow0.0%
Key (black)3.5%
Color previews
#af98f6 text on a black background
contrast 8.64:1
Card sample
#af98f6 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af98f6;
Background color
Panel with #af98f6 background
background-color: #af98f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af98f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 152, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 152, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af98f6; background: linear-gradient(135deg, #af98f6, #EE98F6);