#af9aef
a light, vivid blue · warm · closest name: plum
RGB
175, 154, 239
HSL
255°, 73%, 77%
CMYK
27, 36, 0, 6
Luminance
0.3846
Every format
| HEX | #af9aef |
| RGB | rgb(175, 154, 239) |
| HSL | hsl(255, 73%, 77%) |
| CMYK | cmyk(27%, 36%, 0%, 6%) |
| LAB | lab(68.4 25.6 -39.9) |
| LCH | lch(68.4 47.4 302.6) |
| OKLCH | oklch(0.737 0.122 294.6) |
Copy-ready code
/* CSS */
color: #af9aef;
background-color: #af9aef;
/* Tailwind (arbitrary) */
class="text-[#af9aef] bg-[#af9aef]"
/* SCSS */
$brand: #af9aef;
/* SwiftUI */
Color(red: 0.686, green: 0.604, blue: 0.937)
/* Android */
Color.parseColor("#af9aef")Accessibility — WCAG contrast
Aa
#af9aef on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9aef on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.4%
Blue93.7%
CMYK percentages
Cyan26.8%
Magenta35.6%
Yellow0.0%
Key (black)6.3%
Color previews
#af9aef text on a black background
contrast 8.69:1
Card sample
#af9aef text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9aef;
Background color
Panel with #af9aef background
background-color: #af9aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 154, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 154, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9aef; background: linear-gradient(135deg, #af9aef, #E89AEF);