#cf249c
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 36, 156
HSL
318°, 70%, 48%
CMYK
0, 83, 25, 19
Luminance
0.1693
Every format
| HEX | #cf249c |
| RGB | rgb(207, 36, 156) |
| HSL | hsl(318, 70%, 48%) |
| CMYK | cmyk(0%, 83%, 25%, 19%) |
| LAB | lab(48.2 72.5 -23.7) |
| LCH | lch(48.2 76.3 341.9) |
| OKLCH | oklch(0.584 0.229 343.9) |
Copy-ready code
/* CSS */
color: #cf249c;
background-color: #cf249c;
/* Tailwind (arbitrary) */
class="text-[#cf249c] bg-[#cf249c]"
/* SCSS */
$brand: #cf249c;
/* SwiftUI */
Color(red: 0.812, green: 0.141, blue: 0.612)
/* Android */
Color.parseColor("#cf249c")Accessibility — WCAG contrast
Aa
#cf249c on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf249c on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green14.1%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow24.6%
Key (black)18.8%
Color previews
#cf249c text on a black background
contrast 4.39:1
Card sample
#cf249c text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf249c;
Background color
Panel with #cf249c background
background-color: #cf249c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf249c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 36, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 36, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf249c; background: linear-gradient(135deg, #cf249c, #CF242A);