#cf248f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 36, 143
HSL
323°, 70%, 48%
CMYK
0, 83, 31, 19
Luminance
0.1651
Every format
| HEX | #cf248f |
| RGB | rgb(207, 36, 143) |
| HSL | hsl(323, 70%, 48%) |
| CMYK | cmyk(0%, 83%, 31%, 19%) |
| LAB | lab(47.6 71.0 -16.7) |
| LCH | lch(47.6 73.0 346.8) |
| OKLCH | oklch(0.578 0.222 348.6) |
Copy-ready code
/* CSS */
color: #cf248f;
background-color: #cf248f;
/* Tailwind (arbitrary) */
class="text-[#cf248f] bg-[#cf248f]"
/* SCSS */
$brand: #cf248f;
/* SwiftUI */
Color(red: 0.812, green: 0.141, blue: 0.561)
/* Android */
Color.parseColor("#cf248f")Accessibility — WCAG contrast
Aa
#cf248f on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf248f on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green14.1%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow30.9%
Key (black)18.8%
Color previews
#cf248f text on a black background
contrast 4.30:1
Card sample
#cf248f text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf248f;
Background color
Panel with #cf248f background
background-color: #cf248f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf248f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 36, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 36, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf248f; background: linear-gradient(135deg, #cf248f, #CF2B24);