#ff82cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 130, 205
HSL
324°, 100%, 76%
CMYK
0, 49, 20, 0
Luminance
0.4163
Every format
| HEX | #ff82cd |
| RGB | rgb(255, 130, 205) |
| HSL | hsl(324, 100%, 76%) |
| CMYK | cmyk(0%, 49%, 20%, 0%) |
| LAB | lab(70.6 56.1 -17.0) |
| LCH | lch(70.6 58.6 343.2) |
| OKLCH | oklch(0.769 0.173 345.0) |
Copy-ready code
/* CSS */
color: #ff82cd;
background-color: #ff82cd;
/* Tailwind (arbitrary) */
class="text-[#ff82cd] bg-[#ff82cd]"
/* SCSS */
$brand: #ff82cd;
/* SwiftUI */
Color(red: 1.000, green: 0.510, blue: 0.804)
/* Android */
Color.parseColor("#ff82cd")Accessibility — WCAG contrast
Aa
#ff82cd on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff82cd on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green51.0%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta49.0%
Yellow19.6%
Key (black)0.0%
Color previews
#ff82cd text on a black background
contrast 9.33:1
Card sample
#ff82cd text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff82cd;
Background color
Panel with #ff82cd background
background-color: #ff82cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff82cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 130, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 130, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff82cd; background: linear-gradient(135deg, #ff82cd, #FF8A82);