#bf67ff
a light, electric violet · warm · closest name: violet
RGB
191, 103, 255
HSL
275°, 100%, 70%
CMYK
25, 60, 0, 0
Luminance
0.2800
Every format
| HEX | #bf67ff |
| RGB | rgb(191, 103, 255) |
| HSL | hsl(275, 100%, 70%) |
| CMYK | cmyk(25%, 60%, 0%, 0%) |
| LAB | lab(59.9 60.8 -62.0) |
| LCH | lch(59.9 86.9 314.4) |
| OKLCH | oklch(0.680 0.223 308.3) |
Copy-ready code
/* CSS */
color: #bf67ff;
background-color: #bf67ff;
/* Tailwind (arbitrary) */
class="text-[#bf67ff] bg-[#bf67ff]"
/* SCSS */
$brand: #bf67ff;
/* SwiftUI */
Color(red: 0.749, green: 0.404, blue: 1.000)
/* Android */
Color.parseColor("#bf67ff")Accessibility — WCAG contrast
Aa
#bf67ff on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf67ff on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green40.4%
Blue100.0%
CMYK percentages
Cyan25.1%
Magenta59.6%
Yellow0.0%
Key (black)0.0%
Color previews
#bf67ff text on a black background
contrast 6.60:1
Card sample
#bf67ff text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf67ff;
Background color
Panel with #bf67ff background
background-color: #bf67ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf67ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 103, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 103, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf67ff; background: linear-gradient(135deg, #bf67ff, #FF67DA);