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