#ce6abc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 106, 188
HSL
311°, 51%, 61%
CMYK
0, 49, 9, 19
Luminance
0.2706
Every format
| HEX | #ce6abc |
| RGB | rgb(206, 106, 188) |
| HSL | hsl(311, 51%, 61%) |
| CMYK | cmyk(0%, 49%, 9%, 19%) |
| LAB | lab(59.0 50.3 -25.6) |
| LCH | lch(59.0 56.5 333.0) |
| OKLCH | oklch(0.667 0.161 334.4) |
Copy-ready code
/* CSS */
color: #ce6abc;
background-color: #ce6abc;
/* Tailwind (arbitrary) */
class="text-[#ce6abc] bg-[#ce6abc]"
/* SCSS */
$brand: #ce6abc;
/* SwiftUI */
Color(red: 0.808, green: 0.416, blue: 0.737)
/* Android */
Color.parseColor("#ce6abc")Accessibility — WCAG contrast
Aa
#ce6abc on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce6abc on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green41.6%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta48.5%
Yellow8.7%
Key (black)19.2%
Color previews
#ce6abc text on a black background
contrast 6.41:1
Card sample
#ce6abc text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce6abc;
Background color
Panel with #ce6abc background
background-color: #ce6abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce6abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 106, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 106, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce6abc; background: linear-gradient(135deg, #ce6abc, #CE6A79);