#cf4eba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 78, 186
HSL
310°, 57%, 56%
CMYK
0, 62, 10, 19
Luminance
0.2226
Every format
| HEX | #cf4eba |
| RGB | rgb(207, 78, 186) |
| HSL | hsl(310, 57%, 56%) |
| CMYK | cmyk(0%, 62%, 10%, 19%) |
| LAB | lab(54.3 63.1 -31.8) |
| LCH | lch(54.3 70.7 333.2) |
| OKLCH | oklch(0.632 0.203 334.7) |
Copy-ready code
/* CSS */
color: #cf4eba;
background-color: #cf4eba;
/* Tailwind (arbitrary) */
class="text-[#cf4eba] bg-[#cf4eba]"
/* SCSS */
$brand: #cf4eba;
/* SwiftUI */
Color(red: 0.812, green: 0.306, blue: 0.729)
/* Android */
Color.parseColor("#cf4eba")Accessibility — WCAG contrast
Aa
#cf4eba on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4eba on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green30.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta62.3%
Yellow10.1%
Key (black)18.8%
Color previews
#cf4eba text on a black background
contrast 5.45:1
Card sample
#cf4eba text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4eba;
Background color
Panel with #cf4eba background
background-color: #cf4eba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4eba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 78, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 78, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4eba; background: linear-gradient(135deg, #cf4eba, #CF4E64);