#af7fe7
a light, vivid violet · warm · closest name: orchid
RGB
175, 127, 231
HSL
268°, 68%, 70%
CMYK
24, 45, 0, 9
Luminance
0.3006
Every format
| HEX | #af7fe7 |
| RGB | rgb(175, 127, 231) |
| HSL | hsl(268, 68%, 70%) |
| CMYK | cmyk(24%, 45%, 0%, 9%) |
| LAB | lab(61.7 38.8 -46.0) |
| LCH | lch(61.7 60.1 310.1) |
| OKLCH | oklch(0.686 0.155 303.9) |
Copy-ready code
/* CSS */
color: #af7fe7;
background-color: #af7fe7;
/* Tailwind (arbitrary) */
class="text-[#af7fe7] bg-[#af7fe7]"
/* SCSS */
$brand: #af7fe7;
/* SwiftUI */
Color(red: 0.686, green: 0.498, blue: 0.906)
/* Android */
Color.parseColor("#af7fe7")Accessibility — WCAG contrast
Aa
#af7fe7 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af7fe7 on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.8%
Blue90.6%
CMYK percentages
Cyan24.2%
Magenta45.0%
Yellow0.0%
Key (black)9.4%
Color previews
#af7fe7 text on a black background
contrast 7.01:1
Card sample
#af7fe7 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7fe7;
Background color
Panel with #af7fe7 background
background-color: #af7fe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7fe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 127, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 127, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7fe7; background: linear-gradient(135deg, #af7fe7, #E77FDA);