#cf458b
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 69, 139
HSL
330°, 59%, 54%
CMYK
0, 67, 33, 19
Luminance
0.1939
Every format
| HEX | #cf458b |
| RGB | rgb(207, 69, 139) |
| HSL | hsl(330, 59%, 54%) |
| CMYK | cmyk(0%, 67%, 33%, 19%) |
| LAB | lab(51.1 60.3 -9.0) |
| LCH | lch(51.1 61.0 351.5) |
| OKLCH | oklch(0.603 0.186 352.8) |
Copy-ready code
/* CSS */
color: #cf458b;
background-color: #cf458b;
/* Tailwind (arbitrary) */
class="text-[#cf458b] bg-[#cf458b]"
/* SCSS */
$brand: #cf458b;
/* SwiftUI */
Color(red: 0.812, green: 0.271, blue: 0.545)
/* Android */
Color.parseColor("#cf458b")Accessibility — WCAG contrast
Aa
#cf458b on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf458b on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green27.1%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow32.9%
Key (black)18.8%
Color previews
#cf458b text on a black background
contrast 4.88:1
Card sample
#cf458b text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf458b;
Background color
Panel with #cf458b background
background-color: #cf458b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf458b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 69, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 69, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf458b; background: linear-gradient(135deg, #cf458b, #CF5B45);