#ff4ccf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 76, 207
HSL
316°, 100%, 65%
CMYK
0, 70, 19, 0
Luminance
0.3093
Every format
| HEX | #ff4ccf |
| RGB | rgb(255, 76, 207) |
| HSL | hsl(316, 100%, 65%) |
| CMYK | cmyk(0%, 70%, 19%, 0%) |
| LAB | lab(62.5 78.7 -30.6) |
| LCH | lch(62.5 84.4 338.8) |
| OKLCH | oklch(0.709 0.249 340.7) |
Copy-ready code
/* CSS */
color: #ff4ccf;
background-color: #ff4ccf;
/* Tailwind (arbitrary) */
class="text-[#ff4ccf] bg-[#ff4ccf]"
/* SCSS */
$brand: #ff4ccf;
/* SwiftUI */
Color(red: 1.000, green: 0.298, blue: 0.812)
/* Android */
Color.parseColor("#ff4ccf")Accessibility — WCAG contrast
Aa
#ff4ccf on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff4ccf on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green29.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow18.8%
Key (black)0.0%
Color previews
#ff4ccf text on a black background
contrast 7.19:1
Card sample
#ff4ccf text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff4ccf;
Background color
Panel with #ff4ccf background
background-color: #ff4ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff4ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 76, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 76, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff4ccf; background: linear-gradient(135deg, #ff4ccf, #FF4C58);