Orchid
#EB60C9
PinkColor Codes
All color formats for development
HEX
#EB60C9RGB
rgb(235, 96, 201)HSL
hsl(315, 78%, 65%)OKLCH
oklch(0.698 0.207 338.3)CMYK
cmyk(0%, 59%, 14%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E843BE
2#E425B4
3#CF1AA1
4#B1168A
5#941273
6#760F5C
7#590B45
8#3B072E
9#1E0417
Tints
Lighter variations
1#ED70CE
2#EF80D3
3#F190D9
4#F3A0DE
5#F5B0E4
6#F7BFE9
7#F9CFEF
8#FBDFF4
9#FDEFFA
Tones
Muted variations
1#E467C5
2#DD6EC2
3#D675BE
4#D07CBB
5#C983B7
6#C28AB4
7#BB91B0
8#B498AD
9#AD9FA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297DB | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60C9 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8199C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F147C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490939 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FA;
--orchid-100: #FBDFF4;
--orchid-200: #F8C4EB;
--orchid-300: #F297DB;
--orchid-400: #EB60C9;
--orchid-500: #E633B9;
--orchid-600: #C8199C;
--orchid-700: #9F147C;
--orchid-800: #710E59;
--orchid-900: #490939;
--orchid-950: #2D0623;
}