#ce458a
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 69, 138
HSL
330°, 58%, 54%
CMYK
0, 67, 33, 19
Luminance
0.1921
Every format
| HEX | #ce458a |
| RGB | rgb(206, 69, 138) |
| HSL | hsl(330, 58%, 54%) |
| CMYK | cmyk(0%, 67%, 33%, 19%) |
| LAB | lab(50.9 59.9 -8.8) |
| LCH | lch(50.9 60.6 351.7) |
| OKLCH | oklch(0.601 0.184 353.0) |
Copy-ready code
/* CSS */
color: #ce458a;
background-color: #ce458a;
/* Tailwind (arbitrary) */
class="text-[#ce458a] bg-[#ce458a]"
/* SCSS */
$brand: #ce458a;
/* SwiftUI */
Color(red: 0.808, green: 0.271, blue: 0.541)
/* Android */
Color.parseColor("#ce458a")Accessibility — WCAG contrast
Aa
#ce458a on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce458a on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green27.1%
Blue54.1%
CMYK percentages
Cyan0.0%
Magenta66.5%
Yellow33.0%
Key (black)19.2%
Color previews
#ce458a text on a black background
contrast 4.84:1
Card sample
#ce458a text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce458a;
Background color
Panel with #ce458a background
background-color: #ce458a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce458a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 69, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 69, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce458a; background: linear-gradient(135deg, #ce458a, #CE5B45);