Orchid
#EB60C6
PinkColor Codes
All color formats for development
HEX
#EB60C6RGB
rgb(235, 96, 198)HSL
hsl(316, 78%, 65%)OKLCH
oklch(0.697 0.205 339.3)CMYK
cmyk(0%, 59%, 16%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E843BC
2#E425B1
3#CF1A9E
4#B11688
5#941271
6#760F5A
7#590B44
8#3B072D
9#1E0417
Tints
Lighter variations
1#ED70CC
2#EF80D2
3#F190D7
4#F3A0DD
5#F5B0E3
6#F7BFE8
7#F9CFEE
8#FBDFF4
9#FDEFF9
Tones
Muted variations
1#E467C3
2#DD6EC0
3#D675BC
4#D07CB9
5#C983B6
6#C28AB3
7#BB91AF
8#B498AC
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 #F8C4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297DA | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60C6 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81999 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F147A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490938 | 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: #F8C4EA;
--orchid-300: #F297DA;
--orchid-400: #EB60C6;
--orchid-500: #E633B6;
--orchid-600: #C81999;
--orchid-700: #9F147A;
--orchid-800: #710E57;
--orchid-900: #490938;
--orchid-950: #2D0623;
}