#ff6fad
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 111, 173
HSL
334°, 100%, 72%
CMYK
0, 57, 32, 0
Luminance
0.3565
Every format
| HEX | #ff6fad |
| RGB | rgb(255, 111, 173) |
| HSL | hsl(334, 100%, 72%) |
| CMYK | cmyk(0%, 57%, 32%, 0%) |
| LAB | lab(66.3 60.8 -5.5) |
| LCH | lch(66.3 61.0 354.8) |
| OKLCH | oklch(0.733 0.185 355.7) |
Copy-ready code
/* CSS */
color: #ff6fad;
background-color: #ff6fad;
/* Tailwind (arbitrary) */
class="text-[#ff6fad] bg-[#ff6fad]"
/* SCSS */
$brand: #ff6fad;
/* SwiftUI */
Color(red: 1.000, green: 0.435, blue: 0.678)
/* Android */
Color.parseColor("#ff6fad")Accessibility — WCAG contrast
Aa
#ff6fad on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6fad on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green43.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow32.2%
Key (black)0.0%
Color previews
#ff6fad text on a black background
contrast 8.13:1
Card sample
#ff6fad text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6fad;
Background color
Panel with #ff6fad background
background-color: #ff6fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 111, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 111, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6fad; background: linear-gradient(135deg, #ff6fad, #FF916F);