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