#c255c9
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
194, 85, 201
HSL
296°, 52%, 56%
CMYK
4, 58, 0, 21
Luminance
0.2218
Every format
| HEX | #c255c9 |
| RGB | rgb(194, 85, 201) |
| HSL | hsl(296, 52%, 56%) |
| CMYK | cmyk(4%, 58%, 0%, 21%) |
| LAB | lab(54.2 59.2 -40.7) |
| LCH | lch(54.2 71.8 325.5) |
| OKLCH | oklch(0.630 0.197 325.2) |
Copy-ready code
/* CSS */
color: #c255c9;
background-color: #c255c9;
/* Tailwind (arbitrary) */
class="text-[#c255c9] bg-[#c255c9]"
/* SCSS */
$brand: #c255c9;
/* SwiftUI */
Color(red: 0.761, green: 0.333, blue: 0.788)
/* Android */
Color.parseColor("#c255c9")Accessibility — WCAG contrast
Aa
#c255c9 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c255c9 on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green33.3%
Blue78.8%
CMYK percentages
Cyan3.5%
Magenta57.7%
Yellow0.0%
Key (black)21.2%
Color previews
#c255c9 text on a black background
contrast 5.44:1
Card sample
#c255c9 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c255c9;
Background color
Panel with #c255c9 background
background-color: #c255c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c255c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 85, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 85, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c255c9; background: linear-gradient(135deg, #c255c9, #C95583);