#cf3f7b
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 63, 123
HSL
335°, 60%, 53%
CMYK
0, 70, 41, 19
Luminance
0.1825
Every format
| HEX | #cf3f7b |
| RGB | rgb(207, 63, 123) |
| HSL | hsl(335, 60%, 53%) |
| CMYK | cmyk(0%, 70%, 41%, 19%) |
| LAB | lab(49.8 60.9 -1.4) |
| LCH | lch(49.8 60.9 358.7) |
| OKLCH | oklch(0.592 0.187 359.1) |
Copy-ready code
/* CSS */
color: #cf3f7b;
background-color: #cf3f7b;
/* Tailwind (arbitrary) */
class="text-[#cf3f7b] bg-[#cf3f7b]"
/* SCSS */
$brand: #cf3f7b;
/* SwiftUI */
Color(red: 0.812, green: 0.247, blue: 0.482)
/* Android */
Color.parseColor("#cf3f7b")Accessibility — WCAG contrast
Aa
#cf3f7b on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf3f7b on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green24.7%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta69.6%
Yellow40.6%
Key (black)18.8%
Color previews
#cf3f7b text on a black background
contrast 4.65:1
Card sample
#cf3f7b text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3f7b;
Background color
Panel with #cf3f7b background
background-color: #cf3f7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3f7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 63, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 63, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3f7b; background: linear-gradient(135deg, #cf3f7b, #CF633F);