#c098df
a light, vivid violet · warm · closest name: plum
RGB
192, 152, 223
HSL
274°, 53%, 74%
CMYK
14, 32, 0, 13
Luminance
0.3899
Every format
| HEX | #c098df |
| RGB | rgb(192, 152, 223) |
| HSL | hsl(274, 53%, 74%) |
| CMYK | cmyk(14%, 32%, 0%, 13%) |
| LAB | lab(68.7 28.1 -30.4) |
| LCH | lch(68.7 41.4 312.7) |
| OKLCH | oklch(0.742 0.108 309.6) |
Copy-ready code
/* CSS */
color: #c098df;
background-color: #c098df;
/* Tailwind (arbitrary) */
class="text-[#c098df] bg-[#c098df]"
/* SCSS */
$brand: #c098df;
/* SwiftUI */
Color(red: 0.753, green: 0.596, blue: 0.875)
/* Android */
Color.parseColor("#c098df")Accessibility — WCAG contrast
Aa
#c098df on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c098df on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green59.6%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta31.8%
Yellow0.0%
Key (black)12.5%
Color previews
#c098df text on a black background
contrast 8.80:1
Card sample
#c098df text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c098df;
Background color
Panel with #c098df background
background-color: #c098df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c098df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 152, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 152, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c098df; background: linear-gradient(135deg, #c098df, #DF98CF);