#af5cef
a balanced, electric violet · warm · closest name: slateblue
RGB
175, 92, 239
HSL
274°, 82%, 65%
CMYK
27, 62, 0, 6
Luminance
0.2300
Every format
| HEX | #af5cef |
| RGB | rgb(175, 92, 239) |
| HSL | hsl(274, 82%, 65%) |
| CMYK | cmyk(27%, 62%, 0%, 6%) |
| LAB | lab(55.1 59.0 -61.0) |
| LCH | lch(55.1 84.9 314.1) |
| OKLCH | oklch(0.638 0.217 307.3) |
Copy-ready code
/* CSS */
color: #af5cef;
background-color: #af5cef;
/* Tailwind (arbitrary) */
class="text-[#af5cef] bg-[#af5cef]"
/* SCSS */
$brand: #af5cef;
/* SwiftUI */
Color(red: 0.686, green: 0.361, blue: 0.937)
/* Android */
Color.parseColor("#af5cef")Accessibility — WCAG contrast
Aa
#af5cef on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5cef on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.1%
Blue93.7%
CMYK percentages
Cyan26.8%
Magenta61.5%
Yellow0.0%
Key (black)6.3%
Color previews
#af5cef text on a black background
contrast 5.60:1
Card sample
#af5cef text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5cef;
Background color
Panel with #af5cef background
background-color: #af5cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 92, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 92, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5cef; background: linear-gradient(135deg, #af5cef, #EF5CCD);