#b263df
a balanced, vivid violet · warm · closest name: orchid
RGB
178, 99, 223
HSL
278°, 66%, 63%
CMYK
20, 56, 0, 13
Luminance
0.2372
Every format
| HEX | #b263df |
| RGB | rgb(178, 99, 223) |
| HSL | hsl(278, 66%, 63%) |
| CMYK | cmyk(20%, 56%, 0%, 13%) |
| LAB | lab(55.8 52.7 -50.8) |
| LCH | lch(55.8 73.2 316.1) |
| OKLCH | oklch(0.641 0.191 311.6) |
Copy-ready code
/* CSS */
color: #b263df;
background-color: #b263df;
/* Tailwind (arbitrary) */
class="text-[#b263df] bg-[#b263df]"
/* SCSS */
$brand: #b263df;
/* SwiftUI */
Color(red: 0.698, green: 0.388, blue: 0.875)
/* Android */
Color.parseColor("#b263df")Accessibility — WCAG contrast
Aa
#b263df on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b263df on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green38.8%
Blue87.5%
CMYK percentages
Cyan20.2%
Magenta55.6%
Yellow0.0%
Key (black)12.5%
Color previews
#b263df text on a black background
contrast 5.74:1
Card sample
#b263df text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b263df;
Background color
Panel with #b263df background
background-color: #b263df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b263df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 99, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 99, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b263df; background: linear-gradient(135deg, #b263df, #DF63B9);