Orchid
#E356F5
PinkColor Codes
All color formats for development
HEX
#E356F5RGB
rgb(227, 86, 245)HSL
hsl(293, 89%, 65%)OKLCH
oklch(0.698 0.25 323)CMYK
cmyk(7%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DD37F3
2#D818F2
3#C30DDB
4#A70BBC
5#8B099D
6#70077D
7#54055E
8#38043F
9#1C021F
Tints
Lighter variations
1#E567F6
2#E878F7
3#EB89F8
4#EE9AF9
5#F1ABFA
6#F4BCFB
7#F6CCFC
8#F9DDFD
9#FCEEFE
Tones
Muted variations
1#DD5EED
2#D666E5
3#D06EDD
4#CA76D5
5#C47ECD
6#BE86C6
7#B88EBE
8#B296B6
9#AC9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C0 #F4C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EC90 #EC90F9 | BordersInactive statesPlaceholder text |
| 400 | E356 #E356F5 | Disabled statesSecondary iconsMuted text |
| 500 | DB26 #DB26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | BD0C #BD0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 960A #960AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B07 #6B0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4504 #45044D | Primary textHigh emphasis contentDark headings |
| 950 | 2B03 #2B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FE;
--orchid-100: #F9DDFD;
--orchid-200: #F4C0FB;
--orchid-300: #EC90F9;
--orchid-400: #E356F5;
--orchid-500: #DB26F2;
--orchid-600: #BD0CD4;
--orchid-700: #960AA9;
--orchid-800: #6B0778;
--orchid-900: #45044D;
--orchid-950: #2B0330;
}