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