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