#af68cb
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 104, 203
HSL
283°, 49%, 60%
CMYK
14, 49, 0, 20
Luminance
0.2333
Every format
| HEX | #af68cb |
| RGB | rgb(175, 104, 203) |
| HSL | hsl(283, 49%, 60%) |
| CMYK | cmyk(14%, 49%, 0%, 20%) |
| LAB | lab(55.4 45.1 -40.1) |
| LCH | lch(55.4 60.4 318.3) |
| OKLCH | oklch(0.634 0.160 315.7) |
Copy-ready code
/* CSS */
color: #af68cb;
background-color: #af68cb;
/* Tailwind (arbitrary) */
class="text-[#af68cb] bg-[#af68cb]"
/* SCSS */
$brand: #af68cb;
/* SwiftUI */
Color(red: 0.686, green: 0.408, blue: 0.796)
/* Android */
Color.parseColor("#af68cb")Accessibility — WCAG contrast
Aa
#af68cb on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af68cb on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green40.8%
Blue79.6%
CMYK percentages
Cyan13.8%
Magenta48.8%
Yellow0.0%
Key (black)20.4%
Color previews
#af68cb text on a black background
contrast 5.67:1
Card sample
#af68cb text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af68cb;
Background color
Panel with #af68cb background
background-color: #af68cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af68cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 104, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 104, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af68cb; background: linear-gradient(135deg, #af68cb, #CB68A5);