#af44cb
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 68, 203
HSL
288°, 57%, 53%
CMYK
14, 67, 0, 20
Luminance
0.1756
Every format
| HEX | #af44cb |
| RGB | rgb(175, 68, 203) |
| HSL | hsl(288, 57%, 53%) |
| CMYK | cmyk(14%, 67%, 0%, 20%) |
| LAB | lab(49.0 62.4 -50.4) |
| LCH | lch(49.0 80.2 321.1) |
| OKLCH | oklch(0.587 0.213 318.6) |
Copy-ready code
/* CSS */
color: #af44cb;
background-color: #af44cb;
/* Tailwind (arbitrary) */
class="text-[#af44cb] bg-[#af44cb]"
/* SCSS */
$brand: #af44cb;
/* SwiftUI */
Color(red: 0.686, green: 0.267, blue: 0.796)
/* Android */
Color.parseColor("#af44cb")Accessibility — WCAG contrast
Aa
#af44cb on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af44cb on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green26.7%
Blue79.6%
CMYK percentages
Cyan13.8%
Magenta66.5%
Yellow0.0%
Key (black)20.4%
Color previews
#af44cb text on a black background
contrast 4.51:1
Card sample
#af44cb text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af44cb;
Background color
Panel with #af44cb background
background-color: #af44cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af44cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 68, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 68, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af44cb; background: linear-gradient(135deg, #af44cb, #CB448D);