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