#af9fe3
a light, vivid blue · warm · closest name: plum
RGB
175, 159, 227
HSL
254°, 55%, 76%
CMYK
23, 30, 0, 11
Luminance
0.3946
Every format
| HEX | #af9fe3 |
| RGB | rgb(175, 159, 227) |
| HSL | hsl(254, 55%, 76%) |
| CMYK | cmyk(23%, 30%, 0%, 11%) |
| LAB | lab(69.1 19.9 -32.2) |
| LCH | lch(69.1 37.9 301.7) |
| OKLCH | oklch(0.741 0.098 294.7) |
Copy-ready code
/* CSS */
color: #af9fe3;
background-color: #af9fe3;
/* Tailwind (arbitrary) */
class="text-[#af9fe3] bg-[#af9fe3]"
/* SCSS */
$brand: #af9fe3;
/* SwiftUI */
Color(red: 0.686, green: 0.624, blue: 0.890)
/* Android */
Color.parseColor("#af9fe3")Accessibility — WCAG contrast
Aa
#af9fe3 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9fe3 on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.4%
Blue89.0%
CMYK percentages
Cyan22.9%
Magenta30.0%
Yellow0.0%
Key (black)11.0%
Color previews
#af9fe3 text on a black background
contrast 8.89:1
Card sample
#af9fe3 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9fe3;
Background color
Panel with #af9fe3 background
background-color: #af9fe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9fe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 159, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 159, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9fe3; background: linear-gradient(135deg, #af9fe3, #DC9FE3);