#af98fc
a light, electric blue · warm · closest name: plum
RGB
175, 152, 252
HSL
254°, 94%, 79%
CMYK
31, 40, 0, 1
Luminance
0.3860
Every format
| HEX | #af98fc |
| RGB | rgb(175, 152, 252) |
| HSL | hsl(254, 94%, 79%) |
| CMYK | cmyk(31%, 40%, 0%, 1%) |
| LAB | lab(68.5 29.9 -46.9) |
| LCH | lch(68.5 55.6 302.5) |
| OKLCH | oklch(0.740 0.143 293.2) |
Copy-ready code
/* CSS */
color: #af98fc;
background-color: #af98fc;
/* Tailwind (arbitrary) */
class="text-[#af98fc] bg-[#af98fc]"
/* SCSS */
$brand: #af98fc;
/* SwiftUI */
Color(red: 0.686, green: 0.596, blue: 0.988)
/* Android */
Color.parseColor("#af98fc")Accessibility — WCAG contrast
Aa
#af98fc on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af98fc on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.6%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta39.7%
Yellow0.0%
Key (black)1.2%
Color previews
#af98fc text on a black background
contrast 8.72:1
Card sample
#af98fc text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af98fc;
Background color
Panel with #af98fc background
background-color: #af98fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af98fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 152, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 152, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af98fc; background: linear-gradient(135deg, #af98fc, #F298FC);