#ce1fba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 31, 186
HSL
307°, 74%, 47%
CMYK
0, 85, 10, 19
Luminance
0.1765
Every format
| HEX | #ce1fba |
| RGB | rgb(206, 31, 186) |
| HSL | hsl(307, 74%, 47%) |
| CMYK | cmyk(0%, 85%, 10%, 19%) |
| LAB | lab(49.1 77.3 -40.0) |
| LCH | lch(49.1 87.0 332.6) |
| OKLCH | oklch(0.594 0.250 333.9) |
Copy-ready code
/* CSS */
color: #ce1fba;
background-color: #ce1fba;
/* Tailwind (arbitrary) */
class="text-[#ce1fba] bg-[#ce1fba]"
/* SCSS */
$brand: #ce1fba;
/* SwiftUI */
Color(red: 0.808, green: 0.122, blue: 0.729)
/* Android */
Color.parseColor("#ce1fba")Accessibility — WCAG contrast
Aa
#ce1fba on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce1fba on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green12.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta85.0%
Yellow9.7%
Key (black)19.2%
Color previews
#ce1fba text on a black background
contrast 4.53:1
Card sample
#ce1fba text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce1fba;
Background color
Panel with #ce1fba background
background-color: #ce1fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce1fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 31, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 31, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce1fba; background: linear-gradient(135deg, #ce1fba, #CE1F45);