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