#b458df
a balanced, vivid violet · warm · closest name: orchid
RGB
180, 88, 223
HSL
281°, 68%, 61%
CMYK
19, 61, 0, 13
Luminance
0.2201
Every format
| HEX | #b458df |
| RGB | rgb(180, 88, 223) |
| HSL | hsl(281, 68%, 61%) |
| CMYK | cmyk(19%, 61%, 0%, 13%) |
| LAB | lab(54.0 58.6 -53.6) |
| LCH | lch(54.0 79.4 317.6) |
| OKLCH | oklch(0.629 0.207 313.5) |
Copy-ready code
/* CSS */
color: #b458df;
background-color: #b458df;
/* Tailwind (arbitrary) */
class="text-[#b458df] bg-[#b458df]"
/* SCSS */
$brand: #b458df;
/* SwiftUI */
Color(red: 0.706, green: 0.345, blue: 0.875)
/* Android */
Color.parseColor("#b458df")Accessibility — WCAG contrast
Aa
#b458df on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b458df on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green34.5%
Blue87.5%
CMYK percentages
Cyan19.3%
Magenta60.5%
Yellow0.0%
Key (black)12.5%
Color previews
#b458df text on a black background
contrast 5.40:1
Card sample
#b458df text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b458df;
Background color
Panel with #b458df background
background-color: #b458df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b458df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 88, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 88, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b458df; background: linear-gradient(135deg, #b458df, #DF58B0);