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