#cf237f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 35, 127
HSL
328°, 71%, 48%
CMYK
0, 83, 39, 19
Luminance
0.1600
Every format
| HEX | #cf237f |
| RGB | rgb(207, 35, 127) |
| HSL | hsl(328, 71%, 48%) |
| CMYK | cmyk(0%, 83%, 39%, 19%) |
| LAB | lab(47.0 69.6 -8.0) |
| LCH | lch(47.0 70.1 353.4) |
| OKLCH | oklch(0.571 0.215 354.6) |
Copy-ready code
/* CSS */
color: #cf237f;
background-color: #cf237f;
/* Tailwind (arbitrary) */
class="text-[#cf237f] bg-[#cf237f]"
/* SCSS */
$brand: #cf237f;
/* SwiftUI */
Color(red: 0.812, green: 0.137, blue: 0.498)
/* Android */
Color.parseColor("#cf237f")Accessibility — WCAG contrast
Aa
#cf237f on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf237f on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green13.7%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta83.1%
Yellow38.6%
Key (black)18.8%
Color previews
#cf237f text on a black background
contrast 4.20:1
Card sample
#cf237f text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf237f;
Background color
Panel with #cf237f background
background-color: #cf237f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf237f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 35, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 35, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf237f; background: linear-gradient(135deg, #cf237f, #CF3A23);