#b236fd
a balanced, electric violet · warm · closest name: magenta
RGB
178, 54, 253
HSL
277°, 98%, 60%
CMYK
30, 79, 0, 1
Luminance
0.1920
Every format
| HEX | #b236fd |
| RGB | rgb(178, 54, 253) |
| HSL | hsl(277, 98%, 60%) |
| CMYK | cmyk(30%, 79%, 0%, 1%) |
| LAB | lab(50.9 78.0 -75.5) |
| LCH | lch(50.9 108.5 315.9) |
| OKLCH | oklch(0.612 0.273 308.3) |
Copy-ready code
/* CSS */
color: #b236fd;
background-color: #b236fd;
/* Tailwind (arbitrary) */
class="text-[#b236fd] bg-[#b236fd]"
/* SCSS */
$brand: #b236fd;
/* SwiftUI */
Color(red: 0.698, green: 0.212, blue: 0.992)
/* Android */
Color.parseColor("#b236fd")Accessibility — WCAG contrast
Aa
#b236fd on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b236fd on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green21.2%
Blue99.2%
CMYK percentages
Cyan29.6%
Magenta78.7%
Yellow0.0%
Key (black)0.8%
Color previews
#b236fd text on a black background
contrast 4.84:1
Card sample
#b236fd text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b236fd;
Background color
Panel with #b236fd background
background-color: #b236fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b236fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 54, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 54, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b236fd; background: linear-gradient(135deg, #b236fd, #FD36C3);