#cf2bad
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 43, 173
HSL
312°, 66%, 49%
CMYK
0, 79, 16, 19
Luminance
0.1801
Every format
| HEX | #cf2bad |
| RGB | rgb(207, 43, 173) |
| HSL | hsl(312, 66%, 49%) |
| CMYK | cmyk(0%, 79%, 16%, 19%) |
| LAB | lab(49.5 73.0 -31.7) |
| LCH | lch(49.5 79.6 336.5) |
| OKLCH | oklch(0.596 0.233 338.3) |
Copy-ready code
/* CSS */
color: #cf2bad;
background-color: #cf2bad;
/* Tailwind (arbitrary) */
class="text-[#cf2bad] bg-[#cf2bad]"
/* SCSS */
$brand: #cf2bad;
/* SwiftUI */
Color(red: 0.812, green: 0.169, blue: 0.678)
/* Android */
Color.parseColor("#cf2bad")Accessibility — WCAG contrast
Aa
#cf2bad on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2bad on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green16.9%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta79.2%
Yellow16.4%
Key (black)18.8%
Color previews
#cf2bad text on a black background
contrast 4.60:1
Card sample
#cf2bad text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2bad;
Background color
Panel with #cf2bad background
background-color: #cf2bad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2bad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 43, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 43, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2bad; background: linear-gradient(135deg, #cf2bad, #CF2B40);