#c255c0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
194, 85, 192
HSL
301°, 47%, 55%
CMYK
0, 56, 1, 24
Luminance
0.2177
Every format
| HEX | #c255c0 |
| RGB | rgb(194, 85, 192) |
| HSL | hsl(301, 47%, 55%) |
| CMYK | cmyk(0%, 56%, 1%, 24%) |
| LAB | lab(53.8 57.6 -36.2) |
| LCH | lch(53.8 68.1 327.8) |
| OKLCH | oklch(0.626 0.189 328.3) |
Copy-ready code
/* CSS */
color: #c255c0;
background-color: #c255c0;
/* Tailwind (arbitrary) */
class="text-[#c255c0] bg-[#c255c0]"
/* SCSS */
$brand: #c255c0;
/* SwiftUI */
Color(red: 0.761, green: 0.333, blue: 0.753)
/* Android */
Color.parseColor("#c255c0")Accessibility — WCAG contrast
Aa
#c255c0 on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c255c0 on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green33.3%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta56.2%
Yellow1.0%
Key (black)23.9%
Color previews
#c255c0 text on a black background
contrast 5.35:1
Card sample
#c255c0 text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c255c0;
Background color
Panel with #c255c0 background
background-color: #c255c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c255c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 85, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 85, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c255c0; background: linear-gradient(135deg, #c255c0, #C25577);