#cf5ace
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 90, 206
HSL
301°, 55%, 58%
CMYK
0, 57, 1, 19
Luminance
0.2503
Every format
| HEX | #cf5ace |
| RGB | rgb(207, 90, 206) |
| HSL | hsl(301, 55%, 58%) |
| CMYK | cmyk(0%, 57%, 1%, 19%) |
| LAB | lab(57.1 61.2 -38.9) |
| LCH | lch(57.1 72.5 327.6) |
| OKLCH | oklch(0.656 0.202 327.9) |
Copy-ready code
/* CSS */
color: #cf5ace;
background-color: #cf5ace;
/* Tailwind (arbitrary) */
class="text-[#cf5ace] bg-[#cf5ace]"
/* SCSS */
$brand: #cf5ace;
/* SwiftUI */
Color(red: 0.812, green: 0.353, blue: 0.808)
/* Android */
Color.parseColor("#cf5ace")Accessibility — WCAG contrast
Aa
#cf5ace on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5ace on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green35.3%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow0.5%
Key (black)18.8%
Color previews
#cf5ace text on a black background
contrast 6.01:1
Card sample
#cf5ace text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5ace;
Background color
Panel with #cf5ace background
background-color: #cf5ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 90, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 90, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5ace; background: linear-gradient(135deg, #cf5ace, #CF5A80);