#af9fec
a light, vivid blue · warm · closest name: plum
RGB
175, 159, 236
HSL
253°, 67%, 78%
CMYK
26, 33, 0, 8
Luminance
0.3997
Every format
| HEX | #af9fec |
| RGB | rgb(175, 159, 236) |
| HSL | hsl(253, 67%, 78%) |
| CMYK | cmyk(26%, 33%, 0%, 8%) |
| LAB | lab(69.5 22.0 -36.6) |
| LCH | lch(69.5 42.7 301.0) |
| OKLCH | oklch(0.745 0.110 293.1) |
Copy-ready code
/* CSS */
color: #af9fec;
background-color: #af9fec;
/* Tailwind (arbitrary) */
class="text-[#af9fec] bg-[#af9fec]"
/* SCSS */
$brand: #af9fec;
/* SwiftUI */
Color(red: 0.686, green: 0.624, blue: 0.925)
/* Android */
Color.parseColor("#af9fec")Accessibility — WCAG contrast
Aa
#af9fec on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9fec on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.4%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta32.6%
Yellow0.0%
Key (black)7.5%
Color previews
#af9fec text on a black background
contrast 8.99:1
Card sample
#af9fec text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9fec;
Background color
Panel with #af9fec background
background-color: #af9fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 159, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 159, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9fec; background: linear-gradient(135deg, #af9fec, #E29FEC);