#ff6bd3
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 107, 211
HSL
318°, 100%, 71%
CMYK
0, 58, 17, 0
Luminance
0.3648
Every format
| HEX | #ff6bd3 |
| RGB | rgb(255, 107, 211) |
| HSL | hsl(318, 100%, 71%) |
| CMYK | cmyk(0%, 58%, 17%, 0%) |
| LAB | lab(66.9 67.5 -26.0) |
| LCH | lch(66.9 72.3 338.9) |
| OKLCH | oklch(0.742 0.212 340.8) |
Copy-ready code
/* CSS */
color: #ff6bd3;
background-color: #ff6bd3;
/* Tailwind (arbitrary) */
class="text-[#ff6bd3] bg-[#ff6bd3]"
/* SCSS */
$brand: #ff6bd3;
/* SwiftUI */
Color(red: 1.000, green: 0.420, blue: 0.827)
/* Android */
Color.parseColor("#ff6bd3")Accessibility — WCAG contrast
Aa
#ff6bd3 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6bd3 on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green42.0%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta58.0%
Yellow17.3%
Key (black)0.0%
Color previews
#ff6bd3 text on a black background
contrast 8.30:1
Card sample
#ff6bd3 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6bd3;
Background color
Panel with #ff6bd3 background
background-color: #ff6bd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6bd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 107, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 107, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6bd3; background: linear-gradient(135deg, #ff6bd3, #FF6B71);