#af7cdc
a light, vivid violet · warm · closest name: orchid
RGB
175, 124, 220
HSL
272°, 58%, 68%
CMYK
21, 44, 0, 14
Luminance
0.2870
Every format
| HEX | #af7cdc |
| RGB | rgb(175, 124, 220) |
| HSL | hsl(272, 58%, 68%) |
| CMYK | cmyk(21%, 44%, 0%, 14%) |
| LAB | lab(60.5 37.9 -41.7) |
| LCH | lch(60.5 56.4 312.3) |
| OKLCH | oklch(0.675 0.146 307.4) |
Copy-ready code
/* CSS */
color: #af7cdc;
background-color: #af7cdc;
/* Tailwind (arbitrary) */
class="text-[#af7cdc] bg-[#af7cdc]"
/* SCSS */
$brand: #af7cdc;
/* SwiftUI */
Color(red: 0.686, green: 0.486, blue: 0.863)
/* Android */
Color.parseColor("#af7cdc")Accessibility — WCAG contrast
Aa
#af7cdc on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7cdc on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.6%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta43.6%
Yellow0.0%
Key (black)13.7%
Color previews
#af7cdc text on a black background
contrast 6.74:1
Card sample
#af7cdc text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7cdc;
Background color
Panel with #af7cdc background
background-color: #af7cdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7cdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 124, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 124, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7cdc; background: linear-gradient(135deg, #af7cdc, #DC7CC9);