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