#af2ceb
a balanced, electric violet · warm · closest name: magenta
RGB
175, 44, 235
HSL
281°, 83%, 55%
CMYK
26, 81, 0, 8
Luminance
0.1691
Every format
| HEX | #af2ceb |
| RGB | rgb(175, 44, 235) |
| HSL | hsl(281, 83%, 55%) |
| CMYK | cmyk(26%, 81%, 0%, 8%) |
| LAB | lab(48.1 76.9 -69.9) |
| LCH | lch(48.1 104.0 317.7) |
| OKLCH | oklch(0.588 0.266 311.7) |
Copy-ready code
/* CSS */
color: #af2ceb;
background-color: #af2ceb;
/* Tailwind (arbitrary) */
class="text-[#af2ceb] bg-[#af2ceb]"
/* SCSS */
$brand: #af2ceb;
/* SwiftUI */
Color(red: 0.686, green: 0.173, blue: 0.922)
/* Android */
Color.parseColor("#af2ceb")Accessibility — WCAG contrast
Aa
#af2ceb on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2ceb on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green17.3%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta81.3%
Yellow0.0%
Key (black)7.8%
Color previews
#af2ceb text on a black background
contrast 4.38:1
Card sample
#af2ceb text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2ceb;
Background color
Panel with #af2ceb background
background-color: #af2ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 44, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 44, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2ceb; background: linear-gradient(135deg, #af2ceb, #EB2CA8);