#af9def
a light, vivid blue · warm · closest name: plum
RGB
175, 157, 239
HSL
253°, 72%, 78%
CMYK
27, 34, 0, 6
Luminance
0.3946
Every format
| HEX | #af9def |
| RGB | rgb(175, 157, 239) |
| HSL | hsl(253, 72%, 78%) |
| CMYK | cmyk(27%, 34%, 0%, 6%) |
| LAB | lab(69.1 23.9 -38.8) |
| LCH | lch(69.1 45.5 301.6) |
| OKLCH | oklch(0.743 0.117 293.4) |
Copy-ready code
/* CSS */
color: #af9def;
background-color: #af9def;
/* Tailwind (arbitrary) */
class="text-[#af9def] bg-[#af9def]"
/* SCSS */
$brand: #af9def;
/* SwiftUI */
Color(red: 0.686, green: 0.616, blue: 0.937)
/* Android */
Color.parseColor("#af9def")Accessibility — WCAG contrast
Aa
#af9def on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9def on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green61.6%
Blue93.7%
CMYK percentages
Cyan26.8%
Magenta34.3%
Yellow0.0%
Key (black)6.3%
Color previews
#af9def text on a black background
contrast 8.89:1
Card sample
#af9def text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9def;
Background color
Panel with #af9def background
background-color: #af9def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 157, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 157, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9def; background: linear-gradient(135deg, #af9def, #E69DEF);