#ff68d2
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 104, 210
HSL
318°, 100%, 70%
CMYK
0, 59, 18, 0
Luminance
0.3581
Every format
| HEX | #ff68d2 |
| RGB | rgb(255, 104, 210) |
| HSL | hsl(318, 100%, 70%) |
| CMYK | cmyk(0%, 59%, 18%, 0%) |
| LAB | lab(66.4 68.6 -26.2) |
| LCH | lch(66.4 73.4 339.1) |
| OKLCH | oklch(0.738 0.216 341.0) |
Copy-ready code
/* CSS */
color: #ff68d2;
background-color: #ff68d2;
/* Tailwind (arbitrary) */
class="text-[#ff68d2] bg-[#ff68d2]"
/* SCSS */
$brand: #ff68d2;
/* SwiftUI */
Color(red: 1.000, green: 0.408, blue: 0.824)
/* Android */
Color.parseColor("#ff68d2")Accessibility — WCAG contrast
Aa
#ff68d2 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff68d2 on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green40.8%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta59.2%
Yellow17.6%
Key (black)0.0%
Color previews
#ff68d2 text on a black background
contrast 8.16:1
Card sample
#ff68d2 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff68d2;
Background color
Panel with #ff68d2 background
background-color: #ff68d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff68d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 104, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 104, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff68d2; background: linear-gradient(135deg, #ff68d2, #FF686D);