#ff6fba
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 111, 186
HSL
329°, 100%, 72%
CMYK
0, 57, 27, 0
Luminance
0.3617
Every format
| HEX | #ff6fba |
| RGB | rgb(255, 111, 186) |
| HSL | hsl(329, 100%, 72%) |
| CMYK | cmyk(0%, 57%, 27%, 0%) |
| LAB | lab(66.7 62.4 -12.3) |
| LCH | lch(66.7 63.6 348.9) |
| OKLCH | oklch(0.738 0.192 350.4) |
Copy-ready code
/* CSS */
color: #ff6fba;
background-color: #ff6fba;
/* Tailwind (arbitrary) */
class="text-[#ff6fba] bg-[#ff6fba]"
/* SCSS */
$brand: #ff6fba;
/* SwiftUI */
Color(red: 1.000, green: 0.435, blue: 0.729)
/* Android */
Color.parseColor("#ff6fba")Accessibility — WCAG contrast
Aa
#ff6fba on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6fba on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green43.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow27.1%
Key (black)0.0%
Color previews
#ff6fba text on a black background
contrast 8.23:1
Card sample
#ff6fba text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6fba;
Background color
Panel with #ff6fba background
background-color: #ff6fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 111, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 111, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6fba; background: linear-gradient(135deg, #ff6fba, #FF846F);