#af7ee2
a light, vivid violet · warm · closest name: orchid
RGB
175, 126, 226
HSL
269°, 63%, 69%
CMYK
23, 44, 0, 11
Luminance
0.2953
Every format
| HEX | #af7ee2 |
| RGB | rgb(175, 126, 226) |
| HSL | hsl(269, 63%, 69%) |
| CMYK | cmyk(23%, 44%, 0%, 11%) |
| LAB | lab(61.2 38.2 -43.9) |
| LCH | lch(61.2 58.2 311.0) |
| OKLCH | oklch(0.681 0.150 305.4) |
Copy-ready code
/* CSS */
color: #af7ee2;
background-color: #af7ee2;
/* Tailwind (arbitrary) */
class="text-[#af7ee2] bg-[#af7ee2]"
/* SCSS */
$brand: #af7ee2;
/* SwiftUI */
Color(red: 0.686, green: 0.494, blue: 0.886)
/* Android */
Color.parseColor("#af7ee2")Accessibility — WCAG contrast
Aa
#af7ee2 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7ee2 on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.4%
Blue88.6%
CMYK percentages
Cyan22.6%
Magenta44.2%
Yellow0.0%
Key (black)11.4%
Color previews
#af7ee2 text on a black background
contrast 6.91:1
Card sample
#af7ee2 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7ee2;
Background color
Panel with #af7ee2 background
background-color: #af7ee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7ee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 126, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 126, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7ee2; background: linear-gradient(135deg, #af7ee2, #E27ED2);