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