#b699cf
a light, soft violet · warm · closest name: plum
RGB
182, 153, 207
HSL
272°, 36%, 71%
CMYK
12, 26, 0, 19
Luminance
0.3723
Every format
| HEX | #b699cf |
| RGB | rgb(182, 153, 207) |
| HSL | hsl(272, 36%, 71%) |
| CMYK | cmyk(12%, 26%, 0%, 19%) |
| LAB | lab(67.5 21.0 -23.6) |
| LCH | lch(67.5 31.6 311.5) |
| OKLCH | oklch(0.728 0.083 308.8) |
Copy-ready code
/* CSS */
color: #b699cf;
background-color: #b699cf;
/* Tailwind (arbitrary) */
class="text-[#b699cf] bg-[#b699cf]"
/* SCSS */
$brand: #b699cf;
/* SwiftUI */
Color(red: 0.714, green: 0.600, blue: 0.812)
/* Android */
Color.parseColor("#b699cf")Accessibility — WCAG contrast
Aa
#b699cf on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b699cf on black: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green60.0%
Blue81.2%
CMYK percentages
Cyan12.1%
Magenta26.1%
Yellow0.0%
Key (black)18.8%
Color previews
#b699cf text on a black background
contrast 8.45:1
Card sample
#b699cf text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b699cf;
Background color
Panel with #b699cf background
background-color: #b699cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b699cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 153, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 153, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b699cf; background: linear-gradient(135deg, #b699cf, #CF99C4);