#ff1cbf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 28, 191
HSL
317°, 100%, 56%
CMYK
0, 89, 25, 0
Luminance
0.2585
Every format
| HEX | #ff1cbf |
| RGB | rgb(255, 28, 191) |
| HSL | hsl(317, 100%, 56%) |
| CMYK | cmyk(0%, 89%, 25%, 0%) |
| LAB | lab(57.9 87.9 -28.5) |
| LCH | lch(57.9 92.4 342.0) |
| OKLCH | oklch(0.674 0.278 344.1) |
Copy-ready code
/* CSS */
color: #ff1cbf;
background-color: #ff1cbf;
/* Tailwind (arbitrary) */
class="text-[#ff1cbf] bg-[#ff1cbf]"
/* SCSS */
$brand: #ff1cbf;
/* SwiftUI */
Color(red: 1.000, green: 0.110, blue: 0.749)
/* Android */
Color.parseColor("#ff1cbf")Accessibility — WCAG contrast
Aa
#ff1cbf on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff1cbf on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green11.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta89.0%
Yellow25.1%
Key (black)0.0%
Color previews
#ff1cbf text on a black background
contrast 6.17:1
Card sample
#ff1cbf text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff1cbf;
Background color
Panel with #ff1cbf background
background-color: #ff1cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff1cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 28, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 28, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff1cbf; background: linear-gradient(135deg, #ff1cbf, #FF1C28);