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