#c299cf
a light, soft violet · warm · closest name: plum
RGB
194, 153, 207
HSL
286°, 36%, 71%
CMYK
6, 26, 0, 19
Luminance
0.3876
Every format
| HEX | #c299cf |
| RGB | rgb(194, 153, 207) |
| HSL | hsl(286, 36%, 71%) |
| CMYK | cmyk(6%, 26%, 0%, 19%) |
| LAB | lab(68.6 24.9 -21.8) |
| LCH | lch(68.6 33.1 318.7) |
| OKLCH | oklch(0.739 0.088 317.9) |
Copy-ready code
/* CSS */
color: #c299cf;
background-color: #c299cf;
/* Tailwind (arbitrary) */
class="text-[#c299cf] bg-[#c299cf]"
/* SCSS */
$brand: #c299cf;
/* SwiftUI */
Color(red: 0.761, green: 0.600, blue: 0.812)
/* Android */
Color.parseColor("#c299cf")Accessibility — WCAG contrast
Aa
#c299cf on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c299cf on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green60.0%
Blue81.2%
CMYK percentages
Cyan6.3%
Magenta26.1%
Yellow0.0%
Key (black)18.8%
Color previews
#c299cf text on a black background
contrast 8.75:1
Card sample
#c299cf text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c299cf;
Background color
Panel with #c299cf background
background-color: #c299cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c299cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 153, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 153, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c299cf; background: linear-gradient(135deg, #c299cf, #CF99B8);