#ce4f7f
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
206, 79, 127
HSL
337°, 56%, 56%
CMYK
0, 62, 38, 19
Luminance
0.2025
Every format
| HEX | #ce4f7f |
| RGB | rgb(206, 79, 127) |
| HSL | hsl(337, 56%, 56%) |
| CMYK | cmyk(0%, 62%, 38%, 19%) |
| LAB | lab(52.1 54.5 -0.4) |
| LCH | lch(52.1 54.5 359.5) |
| OKLCH | oklch(0.609 0.167 359.8) |
Copy-ready code
/* CSS */
color: #ce4f7f;
background-color: #ce4f7f;
/* Tailwind (arbitrary) */
class="text-[#ce4f7f] bg-[#ce4f7f]"
/* SCSS */
$brand: #ce4f7f;
/* SwiftUI */
Color(red: 0.808, green: 0.310, blue: 0.498)
/* Android */
Color.parseColor("#ce4f7f")Accessibility — WCAG contrast
Aa
#ce4f7f on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce4f7f on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green31.0%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow38.3%
Key (black)19.2%
Color previews
#ce4f7f text on a black background
contrast 5.05:1
Card sample
#ce4f7f text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce4f7f;
Background color
Panel with #ce4f7f background
background-color: #ce4f7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce4f7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 79, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 79, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce4f7f; background: linear-gradient(135deg, #ce4f7f, #CE744F);