#b263cf
a balanced, vivid violet · warm · closest name: orchid
RGB
178, 99, 207
HSL
284°, 53%, 60%
CMYK
14, 52, 0, 19
Luminance
0.2289
Every format
| HEX | #b263cf |
| RGB | rgb(178, 99, 207) |
| HSL | hsl(284, 53%, 60%) |
| CMYK | cmyk(14%, 52%, 0%, 19%) |
| LAB | lab(55.0 49.4 -43.1) |
| LCH | lch(55.0 65.5 318.9) |
| OKLCH | oklch(0.632 0.173 316.3) |
Copy-ready code
/* CSS */
color: #b263cf;
background-color: #b263cf;
/* Tailwind (arbitrary) */
class="text-[#b263cf] bg-[#b263cf]"
/* SCSS */
$brand: #b263cf;
/* SwiftUI */
Color(red: 0.698, green: 0.388, blue: 0.812)
/* Android */
Color.parseColor("#b263cf")Accessibility — WCAG contrast
Aa
#b263cf on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b263cf on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green38.8%
Blue81.2%
CMYK percentages
Cyan14.0%
Magenta52.2%
Yellow0.0%
Key (black)18.8%
Color previews
#b263cf text on a black background
contrast 5.58:1
Card sample
#b263cf text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b263cf;
Background color
Panel with #b263cf background
background-color: #b263cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b263cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 99, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 99, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b263cf; background: linear-gradient(135deg, #b263cf, #CF63A4);