#af7dee
a light, electric violet · warm · closest name: slateblue
RGB
175, 125, 238
HSL
267°, 77%, 71%
CMYK
27, 48, 0, 7
Luminance
0.2995
Every format
| HEX | #af7dee |
| RGB | rgb(175, 125, 238) |
| HSL | hsl(267, 77%, 71%) |
| CMYK | cmyk(27%, 48%, 0%, 7%) |
| LAB | lab(61.6 41.5 -50.0) |
| LCH | lch(61.6 65.0 309.7) |
| OKLCH | oklch(0.686 0.167 302.7) |
Copy-ready code
/* CSS */
color: #af7dee;
background-color: #af7dee;
/* Tailwind (arbitrary) */
class="text-[#af7dee] bg-[#af7dee]"
/* SCSS */
$brand: #af7dee;
/* SwiftUI */
Color(red: 0.686, green: 0.490, blue: 0.933)
/* Android */
Color.parseColor("#af7dee")Accessibility — WCAG contrast
Aa
#af7dee on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7dee on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.0%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta47.5%
Yellow0.0%
Key (black)6.7%
Color previews
#af7dee text on a black background
contrast 6.99:1
Card sample
#af7dee text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7dee;
Background color
Panel with #af7dee background
background-color: #af7dee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7dee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 125, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 125, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7dee; background: linear-gradient(135deg, #af7dee, #EE7DE2);