#af71cb
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 113, 203
HSL
281°, 46%, 62%
CMYK
14, 44, 0, 20
Luminance
0.2524
Every format
| HEX | #af71cb |
| RGB | rgb(175, 113, 203) |
| HSL | hsl(281, 46%, 62%) |
| CMYK | cmyk(14%, 44%, 0%, 20%) |
| LAB | lab(57.3 40.2 -37.2) |
| LCH | lch(57.3 54.8 317.3) |
| OKLCH | oklch(0.648 0.145 314.6) |
Copy-ready code
/* CSS */
color: #af71cb;
background-color: #af71cb;
/* Tailwind (arbitrary) */
class="text-[#af71cb] bg-[#af71cb]"
/* SCSS */
$brand: #af71cb;
/* SwiftUI */
Color(red: 0.686, green: 0.443, blue: 0.796)
/* Android */
Color.parseColor("#af71cb")Accessibility — WCAG contrast
Aa
#af71cb on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af71cb on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.3%
Blue79.6%
CMYK percentages
Cyan13.8%
Magenta44.3%
Yellow0.0%
Key (black)20.4%
Color previews
#af71cb text on a black background
contrast 6.05:1
Card sample
#af71cb text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af71cb;
Background color
Panel with #af71cb background
background-color: #af71cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af71cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 113, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 113, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af71cb; background: linear-gradient(135deg, #af71cb, #CB71AB);