#b693cf
a light, soft violet · warm · closest name: plum
RGB
182, 147, 207
HSL
275°, 39%, 69%
CMYK
12, 29, 0, 19
Luminance
0.3532
Every format
| HEX | #b693cf |
| RGB | rgb(182, 147, 207) |
| HSL | hsl(275, 39%, 69%) |
| CMYK | cmyk(12%, 29%, 0%, 19%) |
| LAB | lab(66.0 24.3 -25.9) |
| LCH | lch(66.0 35.5 313.2) |
| OKLCH | oklch(0.716 0.093 310.7) |
Copy-ready code
/* CSS */
color: #b693cf;
background-color: #b693cf;
/* Tailwind (arbitrary) */
class="text-[#b693cf] bg-[#b693cf]"
/* SCSS */
$brand: #b693cf;
/* SwiftUI */
Color(red: 0.714, green: 0.576, blue: 0.812)
/* Android */
Color.parseColor("#b693cf")Accessibility — WCAG contrast
Aa
#b693cf on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b693cf on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green57.6%
Blue81.2%
CMYK percentages
Cyan12.1%
Magenta29.0%
Yellow0.0%
Key (black)18.8%
Color previews
#b693cf text on a black background
contrast 8.06:1
Card sample
#b693cf text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b693cf;
Background color
Panel with #b693cf background
background-color: #b693cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b693cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 147, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 147, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b693cf; background: linear-gradient(135deg, #b693cf, #CF93C0);