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