#ce33ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 51, 186
HSL
308°, 61%, 50%
CMYK
0, 75, 10, 19
Luminance
0.1903
Every format
| HEX | #ce33ba |
| RGB | rgb(206, 51, 186) |
| HSL | hsl(308, 61%, 50%) |
| CMYK | cmyk(0%, 75%, 10%, 19%) |
| LAB | lab(50.7 72.5 -37.4) |
| LCH | lch(50.7 81.5 332.7) |
| OKLCH | oklch(0.606 0.234 334.0) |
Copy-ready code
/* CSS */
color: #ce33ba;
background-color: #ce33ba;
/* Tailwind (arbitrary) */
class="text-[#ce33ba] bg-[#ce33ba]"
/* SCSS */
$brand: #ce33ba;
/* SwiftUI */
Color(red: 0.808, green: 0.200, blue: 0.729)
/* Android */
Color.parseColor("#ce33ba")Accessibility — WCAG contrast
Aa
#ce33ba on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce33ba on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green20.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta75.2%
Yellow9.7%
Key (black)19.2%
Color previews
#ce33ba text on a black background
contrast 4.81:1
Card sample
#ce33ba text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce33ba;
Background color
Panel with #ce33ba background
background-color: #ce33ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce33ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 51, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 51, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce33ba; background: linear-gradient(135deg, #ce33ba, #CE3353);