#cf4cdb
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 76, 219
HSL
295°, 67%, 58%
CMYK
6, 65, 0, 14
Luminance
0.2355
Every format
| HEX | #cf4cdb |
| RGB | rgb(207, 76, 219) |
| HSL | hsl(295, 67%, 58%) |
| CMYK | cmyk(6%, 65%, 0%, 14%) |
| LAB | lab(55.6 69.3 -48.6) |
| LCH | lch(55.6 84.7 325.0) |
| OKLCH | oklch(0.647 0.231 324.3) |
Copy-ready code
/* CSS */
color: #cf4cdb;
background-color: #cf4cdb;
/* Tailwind (arbitrary) */
class="text-[#cf4cdb] bg-[#cf4cdb]"
/* SCSS */
$brand: #cf4cdb;
/* SwiftUI */
Color(red: 0.812, green: 0.298, blue: 0.859)
/* Android */
Color.parseColor("#cf4cdb")Accessibility — WCAG contrast
Aa
#cf4cdb on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4cdb on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green29.8%
Blue85.9%
CMYK percentages
Cyan5.5%
Magenta65.3%
Yellow0.0%
Key (black)14.1%
Color previews
#cf4cdb text on a black background
contrast 5.71:1
Card sample
#cf4cdb text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4cdb;
Background color
Panel with #cf4cdb background
background-color: #cf4cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 76, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 76, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4cdb; background: linear-gradient(135deg, #cf4cdb, #DB4C87);