#ce3da7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 61, 167
HSL
316°, 60%, 52%
CMYK
0, 70, 19, 19
Luminance
0.1925
Every format
| HEX | #ce3da7 |
| RGB | rgb(206, 61, 167) |
| HSL | hsl(316, 60%, 52%) |
| CMYK | cmyk(0%, 70%, 19%, 19%) |
| LAB | lab(51.0 66.6 -25.9) |
| LCH | lch(51.0 71.4 338.7) |
| OKLCH | oklch(0.605 0.211 340.6) |
Copy-ready code
/* CSS */
color: #ce3da7;
background-color: #ce3da7;
/* Tailwind (arbitrary) */
class="text-[#ce3da7] bg-[#ce3da7]"
/* SCSS */
$brand: #ce3da7;
/* SwiftUI */
Color(red: 0.808, green: 0.239, blue: 0.655)
/* Android */
Color.parseColor("#ce3da7")Accessibility — WCAG contrast
Aa
#ce3da7 on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce3da7 on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green23.9%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta70.4%
Yellow18.9%
Key (black)19.2%
Color previews
#ce3da7 text on a black background
contrast 4.85:1
Card sample
#ce3da7 text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3da7;
Background color
Panel with #ce3da7 background
background-color: #ce3da7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3da7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 61, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 61, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3da7; background: linear-gradient(135deg, #ce3da7, #CE3D47);