#ff2bca
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 43, 202
HSL
315°, 100%, 58%
CMYK
0, 83, 21, 0
Luminance
0.2725
Every format
| HEX | #ff2bca |
| RGB | rgb(255, 43, 202) |
| HSL | hsl(315, 100%, 58%) |
| CMYK | cmyk(0%, 83%, 21%, 0%) |
| LAB | lab(59.2 86.8 -32.8) |
| LCH | lch(59.2 92.7 339.3) |
| OKLCH | oklch(0.685 0.275 341.3) |
Copy-ready code
/* CSS */
color: #ff2bca;
background-color: #ff2bca;
/* Tailwind (arbitrary) */
class="text-[#ff2bca] bg-[#ff2bca]"
/* SCSS */
$brand: #ff2bca;
/* SwiftUI */
Color(red: 1.000, green: 0.169, blue: 0.792)
/* Android */
Color.parseColor("#ff2bca")Accessibility — WCAG contrast
Aa
#ff2bca on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff2bca on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green16.9%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta83.1%
Yellow20.8%
Key (black)0.0%
Color previews
#ff2bca text on a black background
contrast 6.45:1
Card sample
#ff2bca text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff2bca;
Background color
Panel with #ff2bca background
background-color: #ff2bca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff2bca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 43, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 43, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff2bca; background: linear-gradient(135deg, #ff2bca, #FF2B3D);