#af5ceb
a balanced, electric violet · warm · closest name: slateblue
RGB
175, 92, 235
HSL
275°, 78%, 64%
CMYK
26, 61, 0, 8
Luminance
0.2277
Every format
| HEX | #af5ceb |
| RGB | rgb(175, 92, 235) |
| HSL | hsl(275, 78%, 64%) |
| CMYK | cmyk(26%, 61%, 0%, 8%) |
| LAB | lab(54.8 58.1 -59.1) |
| LCH | lch(54.8 82.9 314.5) |
| OKLCH | oklch(0.636 0.212 308.2) |
Copy-ready code
/* CSS */
color: #af5ceb;
background-color: #af5ceb;
/* Tailwind (arbitrary) */
class="text-[#af5ceb] bg-[#af5ceb]"
/* SCSS */
$brand: #af5ceb;
/* SwiftUI */
Color(red: 0.686, green: 0.361, blue: 0.922)
/* Android */
Color.parseColor("#af5ceb")Accessibility — WCAG contrast
Aa
#af5ceb on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5ceb on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.1%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta60.9%
Yellow0.0%
Key (black)7.8%
Color previews
#af5ceb text on a black background
contrast 5.55:1
Card sample
#af5ceb text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5ceb;
Background color
Panel with #af5ceb background
background-color: #af5ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 92, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 92, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5ceb; background: linear-gradient(135deg, #af5ceb, #EB5CC8);