#ce6fd3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 111, 211
HSL
297°, 53%, 63%
CMYK
2, 47, 0, 17
Luminance
0.2919
Every format
| HEX | #ce6fd3 |
| RGB | rgb(206, 111, 211) |
| HSL | hsl(297, 53%, 63%) |
| CMYK | cmyk(2%, 47%, 0%, 17%) |
| LAB | lab(61.0 51.8 -35.7) |
| LCH | lch(61.0 62.9 325.4) |
| OKLCH | oklch(0.685 0.173 325.4) |
Copy-ready code
/* CSS */
color: #ce6fd3;
background-color: #ce6fd3;
/* Tailwind (arbitrary) */
class="text-[#ce6fd3] bg-[#ce6fd3]"
/* SCSS */
$brand: #ce6fd3;
/* SwiftUI */
Color(red: 0.808, green: 0.435, blue: 0.827)
/* Android */
Color.parseColor("#ce6fd3")Accessibility — WCAG contrast
Aa
#ce6fd3 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce6fd3 on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green43.5%
Blue82.7%
CMYK percentages
Cyan2.4%
Magenta47.4%
Yellow0.0%
Key (black)17.3%
Color previews
#ce6fd3 text on a black background
contrast 6.84:1
Card sample
#ce6fd3 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce6fd3;
Background color
Panel with #ce6fd3 background
background-color: #ce6fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce6fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 111, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 111, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce6fd3; background: linear-gradient(135deg, #ce6fd3, #D36F95);