#bf72df
a light, vivid violet · warm · closest name: orchid
RGB
191, 114, 223
HSL
282°, 63%, 66%
CMYK
14, 49, 0, 13
Luminance
0.2844
Every format
| HEX | #bf72df |
| RGB | rgb(191, 114, 223) |
| HSL | hsl(282, 63%, 66%) |
| CMYK | cmyk(14%, 49%, 0%, 13%) |
| LAB | lab(60.3 48.4 -43.6) |
| LCH | lch(60.3 65.2 318.0) |
| OKLCH | oklch(0.678 0.172 315.2) |
Copy-ready code
/* CSS */
color: #bf72df;
background-color: #bf72df;
/* Tailwind (arbitrary) */
class="text-[#bf72df] bg-[#bf72df]"
/* SCSS */
$brand: #bf72df;
/* SwiftUI */
Color(red: 0.749, green: 0.447, blue: 0.875)
/* Android */
Color.parseColor("#bf72df")Accessibility — WCAG contrast
Aa
#bf72df on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf72df on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green44.7%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta48.9%
Yellow0.0%
Key (black)12.5%
Color previews
#bf72df text on a black background
contrast 6.69:1
Card sample
#bf72df text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf72df;
Background color
Panel with #bf72df background
background-color: #bf72df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf72df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 114, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 114, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf72df; background: linear-gradient(135deg, #bf72df, #DF72B6);