#cf3ebc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 62, 188
HSL
308°, 60%, 53%
CMYK
0, 70, 9, 19
Luminance
0.2034
Every format
| HEX | #cf3ebc |
| RGB | rgb(207, 62, 188) |
| HSL | hsl(308, 60%, 53%) |
| CMYK | cmyk(0%, 70%, 9%, 19%) |
| LAB | lab(52.2 69.5 -36.2) |
| LCH | lch(52.2 78.3 332.5) |
| OKLCH | oklch(0.618 0.224 333.8) |
Copy-ready code
/* CSS */
color: #cf3ebc;
background-color: #cf3ebc;
/* Tailwind (arbitrary) */
class="text-[#cf3ebc] bg-[#cf3ebc]"
/* SCSS */
$brand: #cf3ebc;
/* SwiftUI */
Color(red: 0.812, green: 0.243, blue: 0.737)
/* Android */
Color.parseColor("#cf3ebc")Accessibility — WCAG contrast
Aa
#cf3ebc on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3ebc on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green24.3%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta70.0%
Yellow9.2%
Key (black)18.8%
Color previews
#cf3ebc text on a black background
contrast 5.07:1
Card sample
#cf3ebc text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3ebc;
Background color
Panel with #cf3ebc background
background-color: #cf3ebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3ebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 62, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 62, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3ebc; background: linear-gradient(135deg, #cf3ebc, #CF3E5B);