#cf0dbc
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 13, 188
HSL
306°, 88%, 43%
CMYK
0, 94, 9, 19
Luminance
0.1718
Every format
| HEX | #cf0dbc |
| RGB | rgb(207, 13, 188) |
| HSL | hsl(306, 88%, 43%) |
| CMYK | cmyk(0%, 94%, 9%, 19%) |
| LAB | lab(48.5 80.2 -42.1) |
| LCH | lch(48.5 90.6 332.3) |
| OKLCH | oklch(0.591 0.260 333.5) |
Copy-ready code
/* CSS */
color: #cf0dbc;
background-color: #cf0dbc;
/* Tailwind (arbitrary) */
class="text-[#cf0dbc] bg-[#cf0dbc]"
/* SCSS */
$brand: #cf0dbc;
/* SwiftUI */
Color(red: 0.812, green: 0.051, blue: 0.737)
/* Android */
Color.parseColor("#cf0dbc")Accessibility — WCAG contrast
Aa
#cf0dbc on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0dbc on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green5.1%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta93.7%
Yellow9.2%
Key (black)18.8%
Color previews
#cf0dbc text on a black background
contrast 4.44:1
Card sample
#cf0dbc text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0dbc;
Background color
Panel with #cf0dbc background
background-color: #cf0dbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0dbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 13, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 13, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0dbc; background: linear-gradient(135deg, #cf0dbc, #CF0D3B);