#ff69cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 105, 205
HSL
320°, 100%, 71%
CMYK
0, 59, 20, 0
Luminance
0.3577
Every format
| HEX | #ff69cd |
| RGB | rgb(255, 105, 205) |
| HSL | hsl(320, 100%, 71%) |
| CMYK | cmyk(0%, 59%, 20%, 0%) |
| LAB | lab(66.3 67.5 -23.5) |
| LCH | lch(66.3 71.4 340.8) |
| OKLCH | oklch(0.738 0.211 342.7) |
Copy-ready code
/* CSS */
color: #ff69cd;
background-color: #ff69cd;
/* Tailwind (arbitrary) */
class="text-[#ff69cd] bg-[#ff69cd]"
/* SCSS */
$brand: #ff69cd;
/* SwiftUI */
Color(red: 1.000, green: 0.412, blue: 0.804)
/* Android */
Color.parseColor("#ff69cd")Accessibility — WCAG contrast
Aa
#ff69cd on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff69cd on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green41.2%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta58.8%
Yellow19.6%
Key (black)0.0%
Color previews
#ff69cd text on a black background
contrast 8.15:1
Card sample
#ff69cd text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff69cd;
Background color
Panel with #ff69cd background
background-color: #ff69cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff69cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 105, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 105, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff69cd; background: linear-gradient(135deg, #ff69cd, #FF6969);