#b475e6
a light, vivid violet · warm · closest name: orchid
RGB
180, 117, 230
HSL
274°, 69%, 68%
CMYK
22, 49, 0, 10
Luminance
0.2814
Every format
| HEX | #b475e6 |
| RGB | rgb(180, 117, 230) |
| HSL | hsl(274, 69%, 68%) |
| CMYK | cmyk(22%, 49%, 0%, 10%) |
| LAB | lab(60.0 45.4 -48.0) |
| LCH | lch(60.0 66.1 313.4) |
| OKLCH | oklch(0.674 0.171 308.2) |
Copy-ready code
/* CSS */
color: #b475e6;
background-color: #b475e6;
/* Tailwind (arbitrary) */
class="text-[#b475e6] bg-[#b475e6]"
/* SCSS */
$brand: #b475e6;
/* SwiftUI */
Color(red: 0.706, green: 0.459, blue: 0.902)
/* Android */
Color.parseColor("#b475e6")Accessibility — WCAG contrast
Aa
#b475e6 on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b475e6 on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green45.9%
Blue90.2%
CMYK percentages
Cyan21.7%
Magenta49.1%
Yellow0.0%
Key (black)9.8%
Color previews
#b475e6 text on a black background
contrast 6.63:1
Card sample
#b475e6 text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b475e6;
Background color
Panel with #b475e6 background
background-color: #b475e6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b475e6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 117, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 117, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b475e6; background: linear-gradient(135deg, #b475e6, #E675CD);