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