#cf3263
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
207, 50, 99
HSL
341°, 62%, 50%
CMYK
0, 76, 52, 19
Luminance
0.1645
Every format
| HEX | #cf3263 |
| RGB | rgb(207, 50, 99) |
| HSL | hsl(341, 62%, 50%) |
| CMYK | cmyk(0%, 76%, 52%, 19%) |
| LAB | lab(47.6 63.1 10.0) |
| LCH | lch(47.6 63.9 9.0) |
| OKLCH | oklch(0.573 0.194 7.6) |
Copy-ready code
/* CSS */
color: #cf3263;
background-color: #cf3263;
/* Tailwind (arbitrary) */
class="text-[#cf3263] bg-[#cf3263]"
/* SCSS */
$brand: #cf3263;
/* SwiftUI */
Color(red: 0.812, green: 0.196, blue: 0.388)
/* Android */
Color.parseColor("#cf3263")Accessibility — WCAG contrast
Aa
#cf3263 on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf3263 on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green19.6%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta75.8%
Yellow52.2%
Key (black)18.8%
Color previews
#cf3263 text on a black background
contrast 4.29:1
Card sample
#cf3263 text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3263;
Background color
Panel with #cf3263 background
background-color: #cf3263;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3263;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 50, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 50, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3263; background: linear-gradient(135deg, #cf3263, #CF6A32);