#af98cb
a light, soft violet · warm · closest name: plum
RGB
175, 152, 203
HSL
267°, 33%, 70%
CMYK
14, 25, 0, 20
Luminance
0.3588
Every format
| HEX | #af98cb |
| RGB | rgb(175, 152, 203) |
| HSL | hsl(267, 33%, 70%) |
| CMYK | cmyk(14%, 25%, 0%, 20%) |
| LAB | lab(66.4 18.4 -23.0) |
| LCH | lch(66.4 29.5 308.6) |
| OKLCH | oklch(0.718 0.077 305.1) |
Copy-ready code
/* CSS */
color: #af98cb;
background-color: #af98cb;
/* Tailwind (arbitrary) */
class="text-[#af98cb] bg-[#af98cb]"
/* SCSS */
$brand: #af98cb;
/* SwiftUI */
Color(red: 0.686, green: 0.596, blue: 0.796)
/* Android */
Color.parseColor("#af98cb")Accessibility — WCAG contrast
Aa
#af98cb on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af98cb on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.6%
Blue79.6%
CMYK percentages
Cyan13.8%
Magenta25.1%
Yellow0.0%
Key (black)20.4%
Color previews
#af98cb text on a black background
contrast 8.18:1
Card sample
#af98cb text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af98cb;
Background color
Panel with #af98cb background
background-color: #af98cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af98cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 152, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 152, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af98cb; background: linear-gradient(135deg, #af98cb, #CB98C5);