Orchid
#EB60E2
PinkColor Codes
All color formats for development
HEX
#EB60E2RGB
rgb(235, 96, 226)HSL
hsl(304, 78%, 65%)OKLCH
oklch(0.71 0.225 330.3)CMYK
cmyk(0%, 59%, 4%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E843DD
2#E425D7
3#CF1AC2
4#B116A7
5#94128B
6#760F6F
7#590B53
8#3B0738
9#1E041C
Tints
Lighter variations
1#ED70E5
2#EF80E8
3#F190EB
4#F3A0EE
5#F5B0F1
6#F7BFF3
7#F9CFF6
8#FBDFF9
9#FDEFFC
Tones
Muted variations
1#E467DC
2#DD6ED6
3#D675D0
4#D07CCA
5#C983C4
6#C28ABE
7#BB91B8
8#B498B2
9#AD9FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297EC | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60E2 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633DA | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C819BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1496 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490944 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orchid-50: #FDF1FD;
--orchid-100: #FBDFF9;
--orchid-200: #F8C4F4;
--orchid-300: #F297EC;
--orchid-400: #EB60E2;
--orchid-500: #E633DA;
--orchid-600: #C819BC;
--orchid-700: #9F1496;
--orchid-800: #710E6B;
--orchid-900: #490944;
--orchid-950: #2D062B;
}