#af4fcf
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 79, 207
HSL
285°, 57%, 56%
CMYK
16, 62, 0, 19
Luminance
0.1921
Every format
| HEX | #af4fcf |
| RGB | rgb(175, 79, 207) |
| HSL | hsl(285, 57%, 56%) |
| CMYK | cmyk(16%, 62%, 0%, 19%) |
| LAB | lab(50.9 58.4 -49.5) |
| LCH | lch(50.9 76.5 319.7) |
| OKLCH | oklch(0.602 0.202 316.7) |
Copy-ready code
/* CSS */
color: #af4fcf;
background-color: #af4fcf;
/* Tailwind (arbitrary) */
class="text-[#af4fcf] bg-[#af4fcf]"
/* SCSS */
$brand: #af4fcf;
/* SwiftUI */
Color(red: 0.686, green: 0.310, blue: 0.812)
/* Android */
Color.parseColor("#af4fcf")Accessibility — WCAG contrast
Aa
#af4fcf on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4fcf on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.0%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta61.8%
Yellow0.0%
Key (black)18.8%
Color previews
#af4fcf text on a black background
contrast 4.84:1
Card sample
#af4fcf text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4fcf;
Background color
Panel with #af4fcf background
background-color: #af4fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 79, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 79, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4fcf; background: linear-gradient(135deg, #af4fcf, #CF4F9A);