#cf3eba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 62, 186
HSL
309°, 60%, 53%
CMYK
0, 70, 10, 19
Luminance
0.2026
Every format
| HEX | #cf3eba |
| RGB | rgb(207, 62, 186) |
| HSL | hsl(309, 60%, 53%) |
| CMYK | cmyk(0%, 70%, 10%, 19%) |
| LAB | lab(52.1 69.2 -35.2) |
| LCH | lch(52.1 77.6 333.0) |
| OKLCH | oklch(0.617 0.223 334.4) |
Copy-ready code
/* CSS */
color: #cf3eba;
background-color: #cf3eba;
/* Tailwind (arbitrary) */
class="text-[#cf3eba] bg-[#cf3eba]"
/* SCSS */
$brand: #cf3eba;
/* SwiftUI */
Color(red: 0.812, green: 0.243, blue: 0.729)
/* Android */
Color.parseColor("#cf3eba")Accessibility — WCAG contrast
Aa
#cf3eba on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3eba on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green24.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta70.0%
Yellow10.1%
Key (black)18.8%
Color previews
#cf3eba text on a black background
contrast 5.05:1
Card sample
#cf3eba text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3eba;
Background color
Panel with #cf3eba background
background-color: #cf3eba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3eba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 62, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 62, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3eba; background: linear-gradient(135deg, #cf3eba, #CF3E59);