#af7ee0
a light, vivid violet · warm · closest name: orchid
RGB
175, 126, 224
HSL
270°, 61%, 69%
CMYK
22, 44, 0, 12
Luminance
0.2942
Every format
| HEX | #af7ee0 |
| RGB | rgb(175, 126, 224) |
| HSL | hsl(270, 61%, 69%) |
| CMYK | cmyk(22%, 44%, 0%, 12%) |
| LAB | lab(61.1 37.7 -43.0) |
| LCH | lch(61.1 57.2 311.3) |
| OKLCH | oklch(0.680 0.148 305.9) |
Copy-ready code
/* CSS */
color: #af7ee0;
background-color: #af7ee0;
/* Tailwind (arbitrary) */
class="text-[#af7ee0] bg-[#af7ee0]"
/* SCSS */
$brand: #af7ee0;
/* SwiftUI */
Color(red: 0.686, green: 0.494, blue: 0.878)
/* Android */
Color.parseColor("#af7ee0")Accessibility — WCAG contrast
Aa
#af7ee0 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7ee0 on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.4%
Blue87.8%
CMYK percentages
Cyan21.9%
Magenta43.7%
Yellow0.0%
Key (black)12.2%
Color previews
#af7ee0 text on a black background
contrast 6.88:1
Card sample
#af7ee0 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7ee0;
Background color
Panel with #af7ee0 background
background-color: #af7ee0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7ee0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 126, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 126, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7ee0; background: linear-gradient(135deg, #af7ee0, #E07ED0);