#af6fcb
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 111, 203
HSL
282°, 47%, 62%
CMYK
14, 45, 0, 20
Luminance
0.2479
Every format
| HEX | #af6fcb |
| RGB | rgb(175, 111, 203) |
| HSL | hsl(282, 47%, 62%) |
| CMYK | cmyk(14%, 45%, 0%, 20%) |
| LAB | lab(56.9 41.3 -37.8) |
| LCH | lch(56.9 56.0 317.5) |
| OKLCH | oklch(0.645 0.148 314.9) |
Copy-ready code
/* CSS */
color: #af6fcb;
background-color: #af6fcb;
/* Tailwind (arbitrary) */
class="text-[#af6fcb] bg-[#af6fcb]"
/* SCSS */
$brand: #af6fcb;
/* SwiftUI */
Color(red: 0.686, green: 0.435, blue: 0.796)
/* Android */
Color.parseColor("#af6fcb")Accessibility — WCAG contrast
Aa
#af6fcb on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6fcb on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.5%
Blue79.6%
CMYK percentages
Cyan13.8%
Magenta45.3%
Yellow0.0%
Key (black)20.4%
Color previews
#af6fcb text on a black background
contrast 5.96:1
Card sample
#af6fcb text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6fcb;
Background color
Panel with #af6fcb background
background-color: #af6fcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6fcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 111, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 111, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6fcb; background: linear-gradient(135deg, #af6fcb, #CB6FAA);