#b233fc
a balanced, electric violet · warm · closest name: magenta
RGB
178, 51, 252
HSL
278°, 97%, 59%
CMYK
29, 80, 0, 1
Luminance
0.1886
Every format
| HEX | #b233fc |
| RGB | rgb(178, 51, 252) |
| HSL | hsl(278, 97%, 59%) |
| CMYK | cmyk(29%, 80%, 0%, 1%) |
| LAB | lab(50.5 78.7 -75.6) |
| LCH | lch(50.5 109.1 316.2) |
| OKLCH | oklch(0.609 0.275 308.6) |
Copy-ready code
/* CSS */
color: #b233fc;
background-color: #b233fc;
/* Tailwind (arbitrary) */
class="text-[#b233fc] bg-[#b233fc]"
/* SCSS */
$brand: #b233fc;
/* SwiftUI */
Color(red: 0.698, green: 0.200, blue: 0.988)
/* Android */
Color.parseColor("#b233fc")Accessibility — WCAG contrast
Aa
#b233fc on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b233fc on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green20.0%
Blue98.8%
CMYK percentages
Cyan29.4%
Magenta79.8%
Yellow0.0%
Key (black)1.2%
Color previews
#b233fc text on a black background
contrast 4.77:1
Card sample
#b233fc text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b233fc;
Background color
Panel with #b233fc background
background-color: #b233fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b233fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 51, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 51, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b233fc; background: linear-gradient(135deg, #b233fc, #FC33C0);