#ce397b
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 57, 123
HSL
333°, 60%, 52%
CMYK
0, 72, 40, 19
Luminance
0.1748
Every format
| HEX | #ce397b |
| RGB | rgb(206, 57, 123) |
| HSL | hsl(333, 60%, 52%) |
| CMYK | cmyk(0%, 72%, 40%, 19%) |
| LAB | lab(48.9 62.7 -2.8) |
| LCH | lch(48.9 62.8 357.4) |
| OKLCH | oklch(0.584 0.193 358.0) |
Copy-ready code
/* CSS */
color: #ce397b;
background-color: #ce397b;
/* Tailwind (arbitrary) */
class="text-[#ce397b] bg-[#ce397b]"
/* SCSS */
$brand: #ce397b;
/* SwiftUI */
Color(red: 0.808, green: 0.224, blue: 0.482)
/* Android */
Color.parseColor("#ce397b")Accessibility — WCAG contrast
Aa
#ce397b on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce397b on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green22.4%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta72.3%
Yellow40.3%
Key (black)19.2%
Color previews
#ce397b text on a black background
contrast 4.50:1
Card sample
#ce397b text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce397b;
Background color
Panel with #ce397b background
background-color: #ce397b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce397b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 57, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 57, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce397b; background: linear-gradient(135deg, #ce397b, #CE5A39);