#bb69df
a balanced, vivid violet · warm · closest name: orchid
RGB
187, 105, 223
HSL
282°, 65%, 64%
CMYK
16, 53, 0, 13
Luminance
0.2600
Every format
| HEX | #bb69df |
| RGB | rgb(187, 105, 223) |
| HSL | hsl(282, 65%, 64%) |
| CMYK | cmyk(16%, 53%, 0%, 13%) |
| LAB | lab(58.0 52.0 -47.2) |
| LCH | lch(58.0 70.2 317.8) |
| OKLCH | oklch(0.660 0.185 314.5) |
Copy-ready code
/* CSS */
color: #bb69df;
background-color: #bb69df;
/* Tailwind (arbitrary) */
class="text-[#bb69df] bg-[#bb69df]"
/* SCSS */
$brand: #bb69df;
/* SwiftUI */
Color(red: 0.733, green: 0.412, blue: 0.875)
/* Android */
Color.parseColor("#bb69df")Accessibility — WCAG contrast
Aa
#bb69df on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bb69df on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green41.2%
Blue87.5%
CMYK percentages
Cyan16.1%
Magenta52.9%
Yellow0.0%
Key (black)12.5%
Color previews
#bb69df text on a black background
contrast 6.20:1
Card sample
#bb69df text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb69df;
Background color
Panel with #bb69df background
background-color: #bb69df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb69df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 105, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 105, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb69df; background: linear-gradient(135deg, #bb69df, #DF69B4);