#b299cf
a light, soft violet · warm · closest name: plum
RGB
178, 153, 207
HSL
268°, 36%, 71%
CMYK
14, 26, 0, 19
Luminance
0.3675
Every format
| HEX | #b299cf |
| RGB | rgb(178, 153, 207) |
| HSL | hsl(268, 36%, 71%) |
| CMYK | cmyk(14%, 26%, 0%, 19%) |
| LAB | lab(67.1 19.7 -24.2) |
| LCH | lch(67.1 31.2 309.1) |
| OKLCH | oklch(0.724 0.081 305.6) |
Copy-ready code
/* CSS */
color: #b299cf;
background-color: #b299cf;
/* Tailwind (arbitrary) */
class="text-[#b299cf] bg-[#b299cf]"
/* SCSS */
$brand: #b299cf;
/* SwiftUI */
Color(red: 0.698, green: 0.600, blue: 0.812)
/* Android */
Color.parseColor("#b299cf")Accessibility — WCAG contrast
Aa
#b299cf on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b299cf on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green60.0%
Blue81.2%
CMYK percentages
Cyan14.0%
Magenta26.1%
Yellow0.0%
Key (black)18.8%
Color previews
#b299cf text on a black background
contrast 8.35:1
Card sample
#b299cf text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b299cf;
Background color
Panel with #b299cf background
background-color: #b299cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b299cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 153, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 153, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b299cf; background: linear-gradient(135deg, #b299cf, #CF99C8);