#b258cf
a balanced, vivid violet · warm · closest name: orchid
RGB
178, 88, 207
HSL
285°, 55%, 58%
CMYK
14, 58, 0, 19
Luminance
0.2095
Every format
| HEX | #b258cf |
| RGB | rgb(178, 88, 207) |
| HSL | hsl(285, 55%, 58%) |
| CMYK | cmyk(14%, 58%, 0%, 19%) |
| LAB | lab(52.9 54.9 -46.4) |
| LCH | lch(52.9 71.8 319.8) |
| OKLCH | oklch(0.617 0.191 317.2) |
Copy-ready code
/* CSS */
color: #b258cf;
background-color: #b258cf;
/* Tailwind (arbitrary) */
class="text-[#b258cf] bg-[#b258cf]"
/* SCSS */
$brand: #b258cf;
/* SwiftUI */
Color(red: 0.698, green: 0.345, blue: 0.812)
/* Android */
Color.parseColor("#b258cf")Accessibility — WCAG contrast
Aa
#b258cf on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b258cf on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green34.5%
Blue81.2%
CMYK percentages
Cyan14.0%
Magenta57.5%
Yellow0.0%
Key (black)18.8%
Color previews
#b258cf text on a black background
contrast 5.19:1
Card sample
#b258cf text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b258cf;
Background color
Panel with #b258cf background
background-color: #b258cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b258cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 88, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 88, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b258cf; background: linear-gradient(135deg, #b258cf, #CF589D);