#af9dec
a light, vivid blue · warm · closest name: plum
RGB
175, 157, 236
HSL
254°, 68%, 77%
CMYK
26, 34, 0, 8
Luminance
0.3928
Every format
| HEX | #af9dec |
| RGB | rgb(175, 157, 236) |
| HSL | hsl(254, 68%, 77%) |
| CMYK | cmyk(26%, 34%, 0%, 8%) |
| LAB | lab(69.0 23.1 -37.4) |
| LCH | lch(69.0 44.0 301.8) |
| OKLCH | oklch(0.741 0.114 293.9) |
Copy-ready code
/* CSS */
color: #af9dec;
background-color: #af9dec;
/* Tailwind (arbitrary) */
class="text-[#af9dec] bg-[#af9dec]"
/* SCSS */
$brand: #af9dec;
/* SwiftUI */
Color(red: 0.686, green: 0.616, blue: 0.925)
/* Android */
Color.parseColor("#af9dec")Accessibility — WCAG contrast
Aa
#af9dec on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9dec on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green61.6%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta33.5%
Yellow0.0%
Key (black)7.5%
Color previews
#af9dec text on a black background
contrast 8.86:1
Card sample
#af9dec text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9dec;
Background color
Panel with #af9dec background
background-color: #af9dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 157, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 157, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9dec; background: linear-gradient(135deg, #af9dec, #E49DEC);