#ff6cbf
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 108, 191
HSL
326°, 100%, 71%
CMYK
0, 58, 25, 0
Luminance
0.3575
Every format
| HEX | #ff6cbf |
| RGB | rgb(255, 108, 191) |
| HSL | hsl(326, 100%, 71%) |
| CMYK | cmyk(0%, 58%, 25%, 0%) |
| LAB | lab(66.3 64.3 -15.6) |
| LCH | lch(66.3 66.2 346.4) |
| OKLCH | oklch(0.736 0.198 348.1) |
Copy-ready code
/* CSS */
color: #ff6cbf;
background-color: #ff6cbf;
/* Tailwind (arbitrary) */
class="text-[#ff6cbf] bg-[#ff6cbf]"
/* SCSS */
$brand: #ff6cbf;
/* SwiftUI */
Color(red: 1.000, green: 0.424, blue: 0.749)
/* Android */
Color.parseColor("#ff6cbf")Accessibility — WCAG contrast
Aa
#ff6cbf on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6cbf on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green42.4%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta57.6%
Yellow25.1%
Key (black)0.0%
Color previews
#ff6cbf text on a black background
contrast 8.15:1
Card sample
#ff6cbf text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6cbf;
Background color
Panel with #ff6cbf background
background-color: #ff6cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 108, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 108, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6cbf; background: linear-gradient(135deg, #ff6cbf, #FF7B6C);