#af9cff
a light, electric blue · warm · closest name: plum
RGB
175, 156, 255
HSL
252°, 100%, 81%
CMYK
31, 39, 0, 0
Luminance
0.4011
Every format
| HEX | #af9cff |
| RGB | rgb(175, 156, 255) |
| HSL | hsl(252, 100%, 81%) |
| CMYK | cmyk(31%, 39%, 0%, 0%) |
| LAB | lab(69.5 28.4 -46.8) |
| LCH | lch(69.5 54.7 301.2) |
| OKLCH | oklch(0.749 0.141 291.4) |
Copy-ready code
/* CSS */
color: #af9cff;
background-color: #af9cff;
/* Tailwind (arbitrary) */
class="text-[#af9cff] bg-[#af9cff]"
/* SCSS */
$brand: #af9cff;
/* SwiftUI */
Color(red: 0.686, green: 0.612, blue: 1.000)
/* Android */
Color.parseColor("#af9cff")Accessibility — WCAG contrast
Aa
#af9cff on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9cff on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green61.2%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta38.8%
Yellow0.0%
Key (black)0.0%
Color previews
#af9cff text on a black background
contrast 9.02:1
Card sample
#af9cff text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9cff;
Background color
Panel with #af9cff background
background-color: #af9cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 156, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 156, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9cff; background: linear-gradient(135deg, #af9cff, #F19CFF);