#af94cb
a light, soft violet · warm · closest name: plum
RGB
175, 148, 203
HSL
270°, 35%, 69%
CMYK
14, 27, 0, 20
Luminance
0.3461
Every format
| HEX | #af94cb |
| RGB | rgb(175, 148, 203) |
| HSL | hsl(270, 35%, 69%) |
| CMYK | cmyk(14%, 27%, 0%, 20%) |
| LAB | lab(65.4 20.7 -24.6) |
| LCH | lch(65.4 32.1 310.1) |
| OKLCH | oklch(0.710 0.084 306.7) |
Copy-ready code
/* CSS */
color: #af94cb;
background-color: #af94cb;
/* Tailwind (arbitrary) */
class="text-[#af94cb] bg-[#af94cb]"
/* SCSS */
$brand: #af94cb;
/* SwiftUI */
Color(red: 0.686, green: 0.580, blue: 0.796)
/* Android */
Color.parseColor("#af94cb")Accessibility — WCAG contrast
Aa
#af94cb on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af94cb on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.0%
Blue79.6%
CMYK percentages
Cyan13.8%
Magenta27.1%
Yellow0.0%
Key (black)20.4%
Color previews
#af94cb text on a black background
contrast 7.92:1
Card sample
#af94cb text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af94cb;
Background color
Panel with #af94cb background
background-color: #af94cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af94cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 148, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 148, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af94cb; background: linear-gradient(135deg, #af94cb, #CB94C2);