#af7fcb
a balanced, soft violet · warm · closest name: plum
RGB
175, 127, 203
HSL
278°, 42%, 65%
CMYK
14, 37, 0, 20
Luminance
0.2860
Every format
| HEX | #af7fcb |
| RGB | rgb(175, 127, 203) |
| HSL | hsl(278, 42%, 65%) |
| CMYK | cmyk(14%, 37%, 0%, 20%) |
| LAB | lab(60.4 32.5 -32.3) |
| LCH | lch(60.4 45.8 315.2) |
| OKLCH | oklch(0.672 0.120 312.4) |
Copy-ready code
/* CSS */
color: #af7fcb;
background-color: #af7fcb;
/* Tailwind (arbitrary) */
class="text-[#af7fcb] bg-[#af7fcb]"
/* SCSS */
$brand: #af7fcb;
/* SwiftUI */
Color(red: 0.686, green: 0.498, blue: 0.796)
/* Android */
Color.parseColor("#af7fcb")Accessibility — WCAG contrast
Aa
#af7fcb on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7fcb on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.8%
Blue79.6%
CMYK percentages
Cyan13.8%
Magenta37.4%
Yellow0.0%
Key (black)20.4%
Color previews
#af7fcb text on a black background
contrast 6.72:1
Card sample
#af7fcb text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7fcb;
Background color
Panel with #af7fcb background
background-color: #af7fcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7fcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 127, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 127, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7fcb; background: linear-gradient(135deg, #af7fcb, #CB7FB4);