#ff68b9
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 104, 185
HSL
328°, 100%, 70%
CMYK
0, 59, 28, 0
Luminance
0.3466
Every format
| HEX | #ff68b9 |
| RGB | rgb(255, 104, 185) |
| HSL | hsl(328, 100%, 70%) |
| CMYK | cmyk(0%, 59%, 28%, 0%) |
| LAB | lab(65.5 65.3 -13.5) |
| LCH | lch(65.5 66.7 348.3) |
| OKLCH | oklch(0.729 0.201 349.9) |
Copy-ready code
/* CSS */
color: #ff68b9;
background-color: #ff68b9;
/* Tailwind (arbitrary) */
class="text-[#ff68b9] bg-[#ff68b9]"
/* SCSS */
$brand: #ff68b9;
/* SwiftUI */
Color(red: 1.000, green: 0.408, blue: 0.725)
/* Android */
Color.parseColor("#ff68b9")Accessibility — WCAG contrast
Aa
#ff68b9 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff68b9 on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green40.8%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta59.2%
Yellow27.5%
Key (black)0.0%
Color previews
#ff68b9 text on a black background
contrast 7.93:1
Card sample
#ff68b9 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff68b9;
Background color
Panel with #ff68b9 background
background-color: #ff68b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff68b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 104, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 104, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff68b9; background: linear-gradient(135deg, #ff68b9, #FF7C68);