#b360cf
a balanced, vivid violet · warm · closest name: orchid
RGB
179, 96, 207
HSL
285°, 54%, 59%
CMYK
14, 54, 0, 19
Luminance
0.2245
Every format
| HEX | #b360cf |
| RGB | rgb(179, 96, 207) |
| HSL | hsl(285, 54%, 59%) |
| CMYK | cmyk(14%, 54%, 0%, 19%) |
| LAB | lab(54.5 51.1 -43.8) |
| LCH | lch(54.5 67.3 319.4) |
| OKLCH | oklch(0.629 0.179 316.9) |
Copy-ready code
/* CSS */
color: #b360cf;
background-color: #b360cf;
/* Tailwind (arbitrary) */
class="text-[#b360cf] bg-[#b360cf]"
/* SCSS */
$brand: #b360cf;
/* SwiftUI */
Color(red: 0.702, green: 0.376, blue: 0.812)
/* Android */
Color.parseColor("#b360cf")Accessibility — WCAG contrast
Aa
#b360cf on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b360cf on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green37.6%
Blue81.2%
CMYK percentages
Cyan13.5%
Magenta53.6%
Yellow0.0%
Key (black)18.8%
Color previews
#b360cf text on a black background
contrast 5.49:1
Card sample
#b360cf text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b360cf;
Background color
Panel with #b360cf background
background-color: #b360cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b360cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 96, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 96, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b360cf; background: linear-gradient(135deg, #b360cf, #CF60A1);