#ff68cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 104, 207
HSL
319°, 100%, 70%
CMYK
0, 59, 19, 0
Luminance
0.3567
Every format
| HEX | #ff68cf |
| RGB | rgb(255, 104, 207) |
| HSL | hsl(319, 100%, 70%) |
| CMYK | cmyk(0%, 59%, 19%, 0%) |
| LAB | lab(66.3 68.2 -24.7) |
| LCH | lch(66.3 72.5 340.1) |
| OKLCH | oklch(0.737 0.214 342.0) |
Copy-ready code
/* CSS */
color: #ff68cf;
background-color: #ff68cf;
/* Tailwind (arbitrary) */
class="text-[#ff68cf] bg-[#ff68cf]"
/* SCSS */
$brand: #ff68cf;
/* SwiftUI */
Color(red: 1.000, green: 0.408, blue: 0.812)
/* Android */
Color.parseColor("#ff68cf")Accessibility — WCAG contrast
Aa
#ff68cf on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff68cf on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green40.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta59.2%
Yellow18.8%
Key (black)0.0%
Color previews
#ff68cf text on a black background
contrast 8.13:1
Card sample
#ff68cf text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff68cf;
Background color
Panel with #ff68cf background
background-color: #ff68cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff68cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 104, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 104, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff68cf; background: linear-gradient(135deg, #ff68cf, #FF686A);