#ce6cba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 108, 186
HSL
312°, 50%, 62%
CMYK
0, 48, 10, 19
Luminance
0.2739
Every format
| HEX | #ce6cba |
| RGB | rgb(206, 108, 186) |
| HSL | hsl(312, 50%, 62%) |
| CMYK | cmyk(0%, 48%, 10%, 19%) |
| LAB | lab(59.3 49.0 -24.0) |
| LCH | lch(59.3 54.5 333.8) |
| OKLCH | oklch(0.669 0.156 335.4) |
Copy-ready code
/* CSS */
color: #ce6cba;
background-color: #ce6cba;
/* Tailwind (arbitrary) */
class="text-[#ce6cba] bg-[#ce6cba]"
/* SCSS */
$brand: #ce6cba;
/* SwiftUI */
Color(red: 0.808, green: 0.424, blue: 0.729)
/* Android */
Color.parseColor("#ce6cba")Accessibility — WCAG contrast
Aa
#ce6cba on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce6cba on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green42.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta47.6%
Yellow9.7%
Key (black)19.2%
Color previews
#ce6cba text on a black background
contrast 6.48:1
Card sample
#ce6cba text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce6cba;
Background color
Panel with #ce6cba background
background-color: #ce6cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce6cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 108, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 108, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce6cba; background: linear-gradient(135deg, #ce6cba, #CE6C79);