#af9fef
a light, vivid blue · warm · closest name: plum
RGB
175, 159, 239
HSL
252°, 71%, 78%
CMYK
27, 34, 0, 6
Luminance
0.4014
Every format
| HEX | #af9fef |
| RGB | rgb(175, 159, 239) |
| HSL | hsl(252, 71%, 78%) |
| CMYK | cmyk(27%, 34%, 0%, 6%) |
| LAB | lab(69.6 22.7 -38.0) |
| LCH | lch(69.6 44.3 300.9) |
| OKLCH | oklch(0.747 0.115 292.6) |
Copy-ready code
/* CSS */
color: #af9fef;
background-color: #af9fef;
/* Tailwind (arbitrary) */
class="text-[#af9fef] bg-[#af9fef]"
/* SCSS */
$brand: #af9fef;
/* SwiftUI */
Color(red: 0.686, green: 0.624, blue: 0.937)
/* Android */
Color.parseColor("#af9fef")Accessibility — WCAG contrast
Aa
#af9fef on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9fef on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.4%
Blue93.7%
CMYK percentages
Cyan26.8%
Magenta33.5%
Yellow0.0%
Key (black)6.3%
Color previews
#af9fef text on a black background
contrast 9.03:1
Card sample
#af9fef text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9fef;
Background color
Panel with #af9fef background
background-color: #af9fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 159, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 159, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9fef; background: linear-gradient(135deg, #af9fef, #E49FEF);