#b23fd2
a balanced, vivid violet · warm · closest name: orchid
RGB
178, 63, 210
HSL
287°, 62%, 54%
CMYK
15, 70, 0, 18
Luminance
0.1767
Every format
| HEX | #b23fd2 |
| RGB | rgb(178, 63, 210) |
| HSL | hsl(287, 62%, 54%) |
| CMYK | cmyk(15%, 70%, 0%, 18%) |
| LAB | lab(49.1 66.4 -54.1) |
| LCH | lch(49.1 85.7 320.8) |
| OKLCH | oklch(0.590 0.227 317.9) |
Copy-ready code
/* CSS */
color: #b23fd2;
background-color: #b23fd2;
/* Tailwind (arbitrary) */
class="text-[#b23fd2] bg-[#b23fd2]"
/* SCSS */
$brand: #b23fd2;
/* SwiftUI */
Color(red: 0.698, green: 0.247, blue: 0.824)
/* Android */
Color.parseColor("#b23fd2")Accessibility — WCAG contrast
Aa
#b23fd2 on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b23fd2 on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green24.7%
Blue82.4%
CMYK percentages
Cyan15.2%
Magenta70.0%
Yellow0.0%
Key (black)17.6%
Color previews
#b23fd2 text on a black background
contrast 4.53:1
Card sample
#b23fd2 text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b23fd2;
Background color
Panel with #b23fd2 background
background-color: #b23fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b23fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 63, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 63, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b23fd2; background: linear-gradient(135deg, #b23fd2, #D23F90);