#ce45af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 69, 175
HSL
314°, 58%, 54%
CMYK
0, 67, 15, 19
Luminance
0.2047
Every format
| HEX | #ce45af |
| RGB | rgb(206, 69, 175) |
| HSL | hsl(314, 58%, 54%) |
| CMYK | cmyk(0%, 67%, 15%, 19%) |
| LAB | lab(52.4 64.8 -28.4) |
| LCH | lch(52.4 70.7 336.3) |
| OKLCH | oklch(0.617 0.206 338.1) |
Copy-ready code
/* CSS */
color: #ce45af;
background-color: #ce45af;
/* Tailwind (arbitrary) */
class="text-[#ce45af] bg-[#ce45af]"
/* SCSS */
$brand: #ce45af;
/* SwiftUI */
Color(red: 0.808, green: 0.271, blue: 0.686)
/* Android */
Color.parseColor("#ce45af")Accessibility — WCAG contrast
Aa
#ce45af on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce45af on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green27.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta66.5%
Yellow15.0%
Key (black)19.2%
Color previews
#ce45af text on a black background
contrast 5.09:1
Card sample
#ce45af text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce45af;
Background color
Panel with #ce45af background
background-color: #ce45af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce45af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 69, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 69, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce45af; background: linear-gradient(135deg, #ce45af, #CE4554);