#c698fd
a light, electric violet · warm · closest name: violet
RGB
198, 152, 253
HSL
267°, 96%, 79%
CMYK
22, 40, 0, 1
Luminance
0.4155
Every format
| HEX | #c698fd |
| RGB | rgb(198, 152, 253) |
| HSL | hsl(267, 96%, 79%) |
| CMYK | cmyk(22%, 40%, 0%, 1%) |
| LAB | lab(70.6 36.5 -44.0) |
| LCH | lch(70.6 57.1 309.7) |
| OKLCH | oklch(0.761 0.148 304.1) |
Copy-ready code
/* CSS */
color: #c698fd;
background-color: #c698fd;
/* Tailwind (arbitrary) */
class="text-[#c698fd] bg-[#c698fd]"
/* SCSS */
$brand: #c698fd;
/* SwiftUI */
Color(red: 0.776, green: 0.596, blue: 0.992)
/* Android */
Color.parseColor("#c698fd")Accessibility — WCAG contrast
Aa
#c698fd on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c698fd on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green59.6%
Blue99.2%
CMYK percentages
Cyan21.7%
Magenta39.9%
Yellow0.0%
Key (black)0.8%
Color previews
#c698fd text on a black background
contrast 9.31:1
Card sample
#c698fd text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c698fd;
Background color
Panel with #c698fd background
background-color: #c698fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c698fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 152, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 152, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c698fd; background: linear-gradient(135deg, #c698fd, #FD98F1);