#b233db
a balanced, vivid violet · warm · closest name: magenta
RGB
178, 51, 219
HSL
285°, 70%, 53%
CMYK
19, 77, 0, 14
Luminance
0.1695
Every format
| HEX | #b233db |
| RGB | rgb(178, 51, 219) |
| HSL | hsl(285, 70%, 53%) |
| CMYK | cmyk(19%, 77%, 0%, 14%) |
| LAB | lab(48.2 72.3 -60.8) |
| LCH | lch(48.2 94.5 320.0) |
| OKLCH | oklch(0.586 0.247 316.2) |
Copy-ready code
/* CSS */
color: #b233db;
background-color: #b233db;
/* Tailwind (arbitrary) */
class="text-[#b233db] bg-[#b233db]"
/* SCSS */
$brand: #b233db;
/* SwiftUI */
Color(red: 0.698, green: 0.200, blue: 0.859)
/* Android */
Color.parseColor("#b233db")Accessibility — WCAG contrast
Aa
#b233db on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b233db on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green20.0%
Blue85.9%
CMYK percentages
Cyan18.7%
Magenta76.7%
Yellow0.0%
Key (black)14.1%
Color previews
#b233db text on a black background
contrast 4.39:1
Card sample
#b233db text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b233db;
Background color
Panel with #b233db background
background-color: #b233db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b233db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 51, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 51, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b233db; background: linear-gradient(135deg, #b233db, #DB3394);