#ce4cdb
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 76, 219
HSL
295°, 67%, 58%
CMYK
6, 65, 0, 14
Luminance
0.2341
Every format
| HEX | #ce4cdb |
| RGB | rgb(206, 76, 219) |
| HSL | hsl(295, 67%, 58%) |
| CMYK | cmyk(6%, 65%, 0%, 14%) |
| LAB | lab(55.5 69.1 -48.8) |
| LCH | lch(55.5 84.6 324.7) |
| OKLCH | oklch(0.646 0.231 324.0) |
Copy-ready code
/* CSS */
color: #ce4cdb;
background-color: #ce4cdb;
/* Tailwind (arbitrary) */
class="text-[#ce4cdb] bg-[#ce4cdb]"
/* SCSS */
$brand: #ce4cdb;
/* SwiftUI */
Color(red: 0.808, green: 0.298, blue: 0.859)
/* Android */
Color.parseColor("#ce4cdb")Accessibility — WCAG contrast
Aa
#ce4cdb on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce4cdb on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green29.8%
Blue85.9%
CMYK percentages
Cyan5.9%
Magenta65.3%
Yellow0.0%
Key (black)14.1%
Color previews
#ce4cdb text on a black background
contrast 5.68:1
Card sample
#ce4cdb text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce4cdb;
Background color
Panel with #ce4cdb background
background-color: #ce4cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce4cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 76, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 76, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce4cdb; background: linear-gradient(135deg, #ce4cdb, #DB4C89);