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