#b697cf
a light, soft violet · warm · closest name: plum
RGB
182, 151, 207
HSL
273°, 37%, 70%
CMYK
12, 27, 0, 19
Luminance
0.3658
Every format
| HEX | #b697cf |
| RGB | rgb(182, 151, 207) |
| HSL | hsl(273, 37%, 70%) |
| CMYK | cmyk(12%, 27%, 0%, 19%) |
| LAB | lab(67.0 22.1 -24.4) |
| LCH | lch(67.0 32.9 312.1) |
| OKLCH | oklch(0.724 0.086 309.5) |
Copy-ready code
/* CSS */
color: #b697cf;
background-color: #b697cf;
/* Tailwind (arbitrary) */
class="text-[#b697cf] bg-[#b697cf]"
/* SCSS */
$brand: #b697cf;
/* SwiftUI */
Color(red: 0.714, green: 0.592, blue: 0.812)
/* Android */
Color.parseColor("#b697cf")Accessibility — WCAG contrast
Aa
#b697cf on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b697cf on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green59.2%
Blue81.2%
CMYK percentages
Cyan12.1%
Magenta27.1%
Yellow0.0%
Key (black)18.8%
Color previews
#b697cf text on a black background
contrast 8.32:1
Card sample
#b697cf text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b697cf;
Background color
Panel with #b697cf background
background-color: #b697cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b697cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 151, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 151, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b697cf; background: linear-gradient(135deg, #b697cf, #CF97C3);