#ff6cac
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 108, 172
HSL
334°, 100%, 71%
CMYK
0, 58, 33, 0
Luminance
0.3496
Every format
| HEX | #ff6cac |
| RGB | rgb(255, 108, 172) |
| HSL | hsl(334, 100%, 71%) |
| CMYK | cmyk(0%, 58%, 33%, 0%) |
| LAB | lab(65.7 62.0 -5.7) |
| LCH | lch(65.7 62.3 354.7) |
| OKLCH | oklch(0.729 0.189 355.7) |
Copy-ready code
/* CSS */
color: #ff6cac;
background-color: #ff6cac;
/* Tailwind (arbitrary) */
class="text-[#ff6cac] bg-[#ff6cac]"
/* SCSS */
$brand: #ff6cac;
/* SwiftUI */
Color(red: 1.000, green: 0.424, blue: 0.675)
/* Android */
Color.parseColor("#ff6cac")Accessibility — WCAG contrast
Aa
#ff6cac on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff6cac on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green42.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta57.6%
Yellow32.5%
Key (black)0.0%
Color previews
#ff6cac text on a black background
contrast 7.99:1
Card sample
#ff6cac text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff6cac;
Background color
Panel with #ff6cac background
background-color: #ff6cac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff6cac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 108, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 108, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff6cac; background: linear-gradient(135deg, #ff6cac, #FF8E6C);