#ff7cbc
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 124, 188
HSL
331°, 100%, 74%
CMYK
0, 51, 26, 0
Luminance
0.3931
Every format
| HEX | #ff7cbc |
| RGB | rgb(255, 124, 188) |
| HSL | hsl(331, 100%, 74%) |
| CMYK | cmyk(0%, 51%, 26%, 0%) |
| LAB | lab(69.0 56.7 -9.9) |
| LCH | lch(69.0 57.5 350.0) |
| OKLCH | oklch(0.755 0.173 351.5) |
Copy-ready code
/* CSS */
color: #ff7cbc;
background-color: #ff7cbc;
/* Tailwind (arbitrary) */
class="text-[#ff7cbc] bg-[#ff7cbc]"
/* SCSS */
$brand: #ff7cbc;
/* SwiftUI */
Color(red: 1.000, green: 0.486, blue: 0.737)
/* Android */
Color.parseColor("#ff7cbc")Accessibility — WCAG contrast
Aa
#ff7cbc on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7cbc on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green48.6%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow26.3%
Key (black)0.0%
Color previews
#ff7cbc text on a black background
contrast 8.86:1
Card sample
#ff7cbc text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7cbc;
Background color
Panel with #ff7cbc background
background-color: #ff7cbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7cbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 124, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 124, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7cbc; background: linear-gradient(135deg, #ff7cbc, #FF937C);