#af7ee3
a light, vivid violet · warm · closest name: orchid
RGB
175, 126, 227
HSL
269°, 64%, 69%
CMYK
23, 45, 0, 11
Luminance
0.2958
Every format
| HEX | #af7ee3 |
| RGB | rgb(175, 126, 227) |
| HSL | hsl(269, 64%, 69%) |
| CMYK | cmyk(23%, 45%, 0%, 11%) |
| LAB | lab(61.3 38.4 -44.4) |
| LCH | lch(61.3 58.7 310.9) |
| OKLCH | oklch(0.682 0.151 305.1) |
Copy-ready code
/* CSS */
color: #af7ee3;
background-color: #af7ee3;
/* Tailwind (arbitrary) */
class="text-[#af7ee3] bg-[#af7ee3]"
/* SCSS */
$brand: #af7ee3;
/* SwiftUI */
Color(red: 0.686, green: 0.494, blue: 0.890)
/* Android */
Color.parseColor("#af7ee3")Accessibility — WCAG contrast
Aa
#af7ee3 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7ee3 on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.4%
Blue89.0%
CMYK percentages
Cyan22.9%
Magenta44.5%
Yellow0.0%
Key (black)11.0%
Color previews
#af7ee3 text on a black background
contrast 6.92:1
Card sample
#af7ee3 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7ee3;
Background color
Panel with #af7ee3 background
background-color: #af7ee3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7ee3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 126, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 126, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7ee3; background: linear-gradient(135deg, #af7ee3, #E37ED4);