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