#b240cf
a balanced, vivid violet · warm · closest name: orchid
RGB
178, 64, 207
HSL
288°, 60%, 53%
CMYK
14, 69, 0, 19
Luminance
0.1764
Every format
| HEX | #b240cf |
| RGB | rgb(178, 64, 207) |
| HSL | hsl(288, 60%, 53%) |
| CMYK | cmyk(14%, 69%, 0%, 19%) |
| LAB | lab(49.0 65.4 -52.5) |
| LCH | lch(49.0 83.9 321.3) |
| OKLCH | oklch(0.589 0.223 318.7) |
Copy-ready code
/* CSS */
color: #b240cf;
background-color: #b240cf;
/* Tailwind (arbitrary) */
class="text-[#b240cf] bg-[#b240cf]"
/* SCSS */
$brand: #b240cf;
/* SwiftUI */
Color(red: 0.698, green: 0.251, blue: 0.812)
/* Android */
Color.parseColor("#b240cf")Accessibility — WCAG contrast
Aa
#b240cf on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b240cf on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green25.1%
Blue81.2%
CMYK percentages
Cyan14.0%
Magenta69.1%
Yellow0.0%
Key (black)18.8%
Color previews
#b240cf text on a black background
contrast 4.53:1
Card sample
#b240cf text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b240cf;
Background color
Panel with #b240cf background
background-color: #b240cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b240cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 64, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 64, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b240cf; background: linear-gradient(135deg, #b240cf, #CF408D);