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