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