#b233f4
a balanced, electric violet · warm · closest name: magenta
RGB
178, 51, 244
HSL
280°, 90%, 58%
CMYK
27, 79, 0, 4
Luminance
0.1836
Every format
| HEX | #b233f4 |
| RGB | rgb(178, 51, 244) |
| HSL | hsl(280, 90%, 58%) |
| CMYK | cmyk(27%, 79%, 0%, 4%) |
| LAB | lab(49.9 77.1 -72.1) |
| LCH | lch(49.9 105.5 316.9) |
| OKLCH | oklch(0.603 0.268 310.3) |
Copy-ready code
/* CSS */
color: #b233f4;
background-color: #b233f4;
/* Tailwind (arbitrary) */
class="text-[#b233f4] bg-[#b233f4]"
/* SCSS */
$brand: #b233f4;
/* SwiftUI */
Color(red: 0.698, green: 0.200, blue: 0.957)
/* Android */
Color.parseColor("#b233f4")Accessibility — WCAG contrast
Aa
#b233f4 on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b233f4 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green20.0%
Blue95.7%
CMYK percentages
Cyan27.0%
Magenta79.1%
Yellow0.0%
Key (black)4.3%
Color previews
#b233f4 text on a black background
contrast 4.67:1
Card sample
#b233f4 text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b233f4;
Background color
Panel with #b233f4 background
background-color: #b233f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b233f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 51, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 51, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b233f4; background: linear-gradient(135deg, #b233f4, #F433B5);