#b239cf
a balanced, vivid violet · warm · closest name: purple
RGB
178, 57, 207
HSL
288°, 61%, 52%
CMYK
14, 73, 0, 19
Luminance
0.1690
Every format
| HEX | #b239cf |
| RGB | rgb(178, 57, 207) |
| HSL | hsl(288, 61%, 52%) |
| CMYK | cmyk(14%, 73%, 0%, 19%) |
| LAB | lab(48.1 68.1 -54.0) |
| LCH | lch(48.1 86.9 321.6) |
| OKLCH | oklch(0.583 0.231 319.1) |
Copy-ready code
/* CSS */
color: #b239cf;
background-color: #b239cf;
/* Tailwind (arbitrary) */
class="text-[#b239cf] bg-[#b239cf]"
/* SCSS */
$brand: #b239cf;
/* SwiftUI */
Color(red: 0.698, green: 0.224, blue: 0.812)
/* Android */
Color.parseColor("#b239cf")Accessibility — WCAG contrast
Aa
#b239cf on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b239cf on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green22.4%
Blue81.2%
CMYK percentages
Cyan14.0%
Magenta72.5%
Yellow0.0%
Key (black)18.8%
Color previews
#b239cf text on a black background
contrast 4.38:1
Card sample
#b239cf text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b239cf;
Background color
Panel with #b239cf background
background-color: #b239cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b239cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 57, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 57, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b239cf; background: linear-gradient(135deg, #b239cf, #CF3988);