#af5bda
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 91, 218
HSL
280°, 63%, 61%
CMYK
20, 58, 0, 15
Luminance
0.2166
Every format
| HEX | #af5bda |
| RGB | rgb(175, 91, 218) |
| HSL | hsl(280, 63%, 61%) |
| CMYK | cmyk(20%, 58%, 0%, 15%) |
| LAB | lab(53.7 54.9 -51.4) |
| LCH | lch(53.7 75.2 316.9) |
| OKLCH | oklch(0.624 0.196 312.6) |
Copy-ready code
/* CSS */
color: #af5bda;
background-color: #af5bda;
/* Tailwind (arbitrary) */
class="text-[#af5bda] bg-[#af5bda]"
/* SCSS */
$brand: #af5bda;
/* SwiftUI */
Color(red: 0.686, green: 0.357, blue: 0.855)
/* Android */
Color.parseColor("#af5bda")Accessibility — WCAG contrast
Aa
#af5bda on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5bda on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green35.7%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta58.3%
Yellow0.0%
Key (black)14.5%
Color previews
#af5bda text on a black background
contrast 5.33:1
Card sample
#af5bda text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5bda;
Background color
Panel with #af5bda background
background-color: #af5bda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5bda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 91, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 91, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5bda; background: linear-gradient(135deg, #af5bda, #DA5BB0);