#ce447b
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 68, 123
HSL
336°, 59%, 54%
CMYK
0, 67, 40, 19
Luminance
0.1869
Every format
| HEX | #ce447b |
| RGB | rgb(206, 68, 123) |
| HSL | hsl(336, 59%, 54%) |
| CMYK | cmyk(0%, 67%, 40%, 19%) |
| LAB | lab(50.3 58.7 -0.7) |
| LCH | lch(50.3 58.7 359.4) |
| OKLCH | oklch(0.595 0.180 359.7) |
Copy-ready code
/* CSS */
color: #ce447b;
background-color: #ce447b;
/* Tailwind (arbitrary) */
class="text-[#ce447b] bg-[#ce447b]"
/* SCSS */
$brand: #ce447b;
/* SwiftUI */
Color(red: 0.808, green: 0.267, blue: 0.482)
/* Android */
Color.parseColor("#ce447b")Accessibility — WCAG contrast
Aa
#ce447b on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce447b on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green26.7%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta67.0%
Yellow40.3%
Key (black)19.2%
Color previews
#ce447b text on a black background
contrast 4.74:1
Card sample
#ce447b text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce447b;
Background color
Panel with #ce447b background
background-color: #ce447b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce447b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 68, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 68, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce447b; background: linear-gradient(135deg, #ce447b, #CE6944);