#b23fd9
a balanced, vivid violet · warm · closest name: orchid
RGB
178, 63, 217
HSL
285°, 67%, 55%
CMYK
18, 71, 0, 15
Luminance
0.1803
Every format
| HEX | #b23fd9 |
| RGB | rgb(178, 63, 217) |
| HSL | hsl(285, 67%, 55%) |
| CMYK | cmyk(18%, 71%, 0%, 15%) |
| LAB | lab(49.5 67.7 -57.5) |
| LCH | lch(49.5 88.8 319.7) |
| OKLCH | oklch(0.595 0.233 316.1) |
Copy-ready code
/* CSS */
color: #b23fd9;
background-color: #b23fd9;
/* Tailwind (arbitrary) */
class="text-[#b23fd9] bg-[#b23fd9]"
/* SCSS */
$brand: #b23fd9;
/* SwiftUI */
Color(red: 0.698, green: 0.247, blue: 0.851)
/* Android */
Color.parseColor("#b23fd9")Accessibility — WCAG contrast
Aa
#b23fd9 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b23fd9 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green24.7%
Blue85.1%
CMYK percentages
Cyan18.0%
Magenta71.0%
Yellow0.0%
Key (black)14.9%
Color previews
#b23fd9 text on a black background
contrast 4.61:1
Card sample
#b23fd9 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b23fd9;
Background color
Panel with #b23fd9 background
background-color: #b23fd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b23fd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 63, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 63, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b23fd9; background: linear-gradient(135deg, #b23fd9, #D93F99);