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