#ce3dbf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 61, 191
HSL
306°, 60%, 52%
CMYK
0, 70, 7, 19
Luminance
0.2022
Every format
| HEX | #ce3dbf |
| RGB | rgb(206, 61, 191) |
| HSL | hsl(306, 60%, 52%) |
| CMYK | cmyk(0%, 70%, 7%, 19%) |
| LAB | lab(52.1 70.0 -38.2) |
| LCH | lch(52.1 79.8 331.4) |
| OKLCH | oklch(0.617 0.227 332.5) |
Copy-ready code
/* CSS */
color: #ce3dbf;
background-color: #ce3dbf;
/* Tailwind (arbitrary) */
class="text-[#ce3dbf] bg-[#ce3dbf]"
/* SCSS */
$brand: #ce3dbf;
/* SwiftUI */
Color(red: 0.808, green: 0.239, blue: 0.749)
/* Android */
Color.parseColor("#ce3dbf")Accessibility — WCAG contrast
Aa
#ce3dbf on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce3dbf on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green23.9%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta70.4%
Yellow7.3%
Key (black)19.2%
Color previews
#ce3dbf text on a black background
contrast 5.04:1
Card sample
#ce3dbf text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3dbf;
Background color
Panel with #ce3dbf background
background-color: #ce3dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 61, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 61, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3dbf; background: linear-gradient(135deg, #ce3dbf, #CE3D5E);