#ff0cba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 12, 186
HSL
317°, 100%, 52%
CMYK
0, 95, 27, 0
Luminance
0.2507
Every format
| HEX | #ff0cba |
| RGB | rgb(255, 12, 186) |
| HSL | hsl(317, 100%, 52%) |
| CMYK | cmyk(0%, 95%, 27%, 0%) |
| LAB | lab(57.1 89.0 -26.8) |
| LCH | lch(57.1 92.9 343.3) |
| OKLCH | oklch(0.668 0.281 345.3) |
Copy-ready code
/* CSS */
color: #ff0cba;
background-color: #ff0cba;
/* Tailwind (arbitrary) */
class="text-[#ff0cba] bg-[#ff0cba]"
/* SCSS */
$brand: #ff0cba;
/* SwiftUI */
Color(red: 1.000, green: 0.047, blue: 0.729)
/* Android */
Color.parseColor("#ff0cba")Accessibility — WCAG contrast
Aa
#ff0cba on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff0cba on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green4.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta95.3%
Yellow27.1%
Key (black)0.0%
Color previews
#ff0cba text on a black background
contrast 6.01:1
Card sample
#ff0cba text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff0cba;
Background color
Panel with #ff0cba background
background-color: #ff0cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff0cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 12, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 12, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff0cba; background: linear-gradient(135deg, #ff0cba, #FF0C18);