#af99ff
a light, electric blue · warm · closest name: slateblue
RGB
175, 153, 255
HSL
253°, 100%, 80%
CMYK
31, 40, 0, 0
Luminance
0.3912
Every format
| HEX | #af99ff |
| RGB | rgb(175, 153, 255) |
| HSL | hsl(253, 100%, 80%) |
| CMYK | cmyk(31%, 40%, 0%, 0%) |
| LAB | lab(68.8 30.0 -47.9) |
| LCH | lch(68.8 56.6 302.1) |
| OKLCH | oklch(0.743 0.145 292.4) |
Copy-ready code
/* CSS */
color: #af99ff;
background-color: #af99ff;
/* Tailwind (arbitrary) */
class="text-[#af99ff] bg-[#af99ff]"
/* SCSS */
$brand: #af99ff;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 1.000)
/* Android */
Color.parseColor("#af99ff")Accessibility — WCAG contrast
Aa
#af99ff on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af99ff on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta40.0%
Yellow0.0%
Key (black)0.0%
Color previews
#af99ff text on a black background
contrast 8.82:1
Card sample
#af99ff text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af99ff;
Background color
Panel with #af99ff background
background-color: #af99ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af99ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af99ff; background: linear-gradient(135deg, #af99ff, #F399FF);