#ff5cbc
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 92, 188
HSL
325°, 100%, 68%
CMYK
0, 64, 26, 0
Luminance
0.3255
Every format
| HEX | #ff5cbc |
| RGB | rgb(255, 92, 188) |
| HSL | hsl(325, 100%, 68%) |
| CMYK | cmyk(0%, 64%, 26%, 0%) |
| LAB | lab(63.8 70.5 -17.7) |
| LCH | lch(63.8 72.7 345.9) |
| OKLCH | oklch(0.717 0.219 347.7) |
Copy-ready code
/* CSS */
color: #ff5cbc;
background-color: #ff5cbc;
/* Tailwind (arbitrary) */
class="text-[#ff5cbc] bg-[#ff5cbc]"
/* SCSS */
$brand: #ff5cbc;
/* SwiftUI */
Color(red: 1.000, green: 0.361, blue: 0.737)
/* Android */
Color.parseColor("#ff5cbc")Accessibility — WCAG contrast
Aa
#ff5cbc on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff5cbc on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green36.1%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta63.9%
Yellow26.3%
Key (black)0.0%
Color previews
#ff5cbc text on a black background
contrast 7.51:1
Card sample
#ff5cbc text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff5cbc;
Background color
Panel with #ff5cbc background
background-color: #ff5cbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff5cbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 92, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 92, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff5cbc; background: linear-gradient(135deg, #ff5cbc, #FF695C);