#c455df
a balanced, vivid violet · warm · closest name: orchid
RGB
196, 85, 223
HSL
288°, 68%, 60%
CMYK
12, 62, 0, 13
Luminance
0.2356
Every format
| HEX | #c455df |
| RGB | rgb(196, 85, 223) |
| HSL | hsl(288, 68%, 60%) |
| CMYK | cmyk(12%, 62%, 0%, 13%) |
| LAB | lab(55.6 63.8 -50.9) |
| LCH | lch(55.6 81.6 321.4) |
| OKLCH | oklch(0.645 0.218 319.3) |
Copy-ready code
/* CSS */
color: #c455df;
background-color: #c455df;
/* Tailwind (arbitrary) */
class="text-[#c455df] bg-[#c455df]"
/* SCSS */
$brand: #c455df;
/* SwiftUI */
Color(red: 0.769, green: 0.333, blue: 0.875)
/* Android */
Color.parseColor("#c455df")Accessibility — WCAG contrast
Aa
#c455df on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c455df on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green33.3%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta61.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c455df text on a black background
contrast 5.71:1
Card sample
#c455df text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c455df;
Background color
Panel with #c455df background
background-color: #c455df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c455df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 85, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 85, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c455df; background: linear-gradient(135deg, #c455df, #DF559E);