#cf5baf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 91, 175
HSL
317°, 55%, 58%
CMYK
0, 56, 16, 19
Luminance
0.2384
Every format
| HEX | #cf5baf |
| RGB | rgb(207, 91, 175) |
| HSL | hsl(317, 55%, 58%) |
| CMYK | cmyk(0%, 56%, 16%, 19%) |
| LAB | lab(55.9 55.7 -22.9) |
| LCH | lch(55.9 60.3 337.6) |
| OKLCH | oklch(0.643 0.175 339.4) |
Copy-ready code
/* CSS */
color: #cf5baf;
background-color: #cf5baf;
/* Tailwind (arbitrary) */
class="text-[#cf5baf] bg-[#cf5baf]"
/* SCSS */
$brand: #cf5baf;
/* SwiftUI */
Color(red: 0.812, green: 0.357, blue: 0.686)
/* Android */
Color.parseColor("#cf5baf")Accessibility — WCAG contrast
Aa
#cf5baf on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5baf on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green35.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta56.0%
Yellow15.5%
Key (black)18.8%
Color previews
#cf5baf text on a black background
contrast 5.77:1
Card sample
#cf5baf text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5baf;
Background color
Panel with #cf5baf background
background-color: #cf5baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 91, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 91, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5baf; background: linear-gradient(135deg, #cf5baf, #CF5B61);