#af7ccb
a balanced, soft violet · warm · closest name: plum
RGB
175, 124, 203
HSL
279°, 43%, 64%
CMYK
14, 39, 0, 20
Luminance
0.2784
Every format
| HEX | #af7ccb |
| RGB | rgb(175, 124, 203) |
| HSL | hsl(279, 43%, 64%) |
| CMYK | cmyk(14%, 39%, 0%, 20%) |
| LAB | lab(59.8 34.1 -33.4) |
| LCH | lch(59.8 47.7 315.7) |
| OKLCH | oklch(0.667 0.126 312.9) |
Copy-ready code
/* CSS */
color: #af7ccb;
background-color: #af7ccb;
/* Tailwind (arbitrary) */
class="text-[#af7ccb] bg-[#af7ccb]"
/* SCSS */
$brand: #af7ccb;
/* SwiftUI */
Color(red: 0.686, green: 0.486, blue: 0.796)
/* Android */
Color.parseColor("#af7ccb")Accessibility — WCAG contrast
Aa
#af7ccb on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7ccb on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.6%
Blue79.6%
CMYK percentages
Cyan13.8%
Magenta38.9%
Yellow0.0%
Key (black)20.4%
Color previews
#af7ccb text on a black background
contrast 6.57:1
Card sample
#af7ccb text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7ccb;
Background color
Panel with #af7ccb background
background-color: #af7ccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7ccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 124, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 124, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7ccb; background: linear-gradient(135deg, #af7ccb, #CB7CB2);